Skip to content

Just My Blog

Just great and interesting articles and more!

  • Home
  • Tips & Tricks
  • Toggle search form

InvalidContentLink error in ARM deployments

Posted on 6 Sep 202421 Oct 2024 By Frans van Es

What am I talking about? Well, if you’re using ARM deployments for your Azure resources, you might or will have encountered this unexpected error:

##[error]InvalidContentLink: Unable to download deployment content from 'https://xxxxx.blob.core.windows.net/xxx/xxx/xxxx.template.jsonsv=2023-08-03&se=2024-08-05T16%3A02%3A23Z&sr=c&sp=rwdl&sig=***Sanitized Azure Storage Account Shared Access Signature***'

Why is this happening to me? It was working fine last week!

Well, let’s zoom in on that error:

xxxx.template.jsonsv=2023-08-03&se=2024-08-05T16%3A02%3A23

Did you notice that there is no ‘?’ after the json filename anymore?

Microsoft has decided, in their wisdom, that they no longer return a SAS key with a ‘?’ prefix. So you will need to modify all your templates to insert this important character! Yikes.

It’s not hard to do this, but if you have many templates containing these links, it could take some time. You could do a global replace action in your preferred editor, or go through them line by line.

Cheerio!

Azure

Post navigation

Previous Post: Monitoring Cloud Flows

Categories

  • Azure (2)
  • Azure DevOps (2)
  • Dynamics CRM (4)

Tag cloud

Application Insights (1) Cloud flows (2) DevOps (3) FetchXML (2) Monitoring (2) Reports (1) SSRS (1)

Dynamics CRM Newsfeed

  • Raising the bar for healthcare security: Dynamics 365 Contact Center achieves HITRUST certification
  • Understand your customers better with constrained speech recognition 
  • Teams Phone extensibility for Dynamics 365 Contact Center generally available
  • Boost productivity with precision wrap-up timers in Dynamics 365
  • AI in the inbox: Are your customers ready to embrace AI-powered outreach? 

Copyright © 2024 Just My Blog -

Powered by PressBook WordPress theme