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

  • Elevate support excellence with Quality Evaluation Agent 
  • 3 ways to navigate changing tariffs with AI agents
  • Use session restore for seamless continuity in Customer Service
  • What’s Next: Why Project Online Customers Should Evaluate Microsoft Dynamics 365 Project Operations 
  • Try rich messaging for live chat and WhatsApp in Contact Center 

Copyright © 2024 Just My Blog -

Powered by PressBook WordPress theme