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

  • Supplier Engagement in Dynamics 365 Supply Chain Management is now available in public preview
  • Governance in the Quality Management agent is now generally available
  • Bring Dynamics 365 Customer Service to MCP-compatible AI clients: Customer Service MCP Server is now generally available
  • Explore migration options for Microsoft Dynamics NAV, Microsoft Dynamics GP, and Microsoft Dynamics SL customers
  • Microsoft Dynamics 365: An agent-ready business applications platform

Copyright © 2024 Just My Blog -

Powered by PressBook WordPress theme