You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Because of data privacy and legal issues we have to deploy to azure.de in Germany. Therefore I copied the content of the azuredeploy.json into a template deployment container and deployed it.
I had to kick out the application_insights ressource and its dependencies because it is not available in germany. That was no prob.
But then I ran into an error at the SAS_URI_Generator with Status "BAD_REQUEST": { "error": { "code": "InvalidContentLink", "message": "Unable to download deployment content from 'https://mc-n7okzt7dyzw66cb3dzxesxh2no.azurewebsites.net/Deployment/GenerateSASToken?parameters=key=nF8GESkTgKgwm4T9bLX6J7c1HLNX94jLfuD1MCxfAqTP2scde60hW2Ibq0ZnZ+JHbpBCE36hx/ol5qCfyjHKXQ==;trainer_size=Standard_D1_v2'. The tracking Id is '18ffadeb-bd71-4625-83d0-fbe82abc126b'. Please see https://aka.ms/arm-deploy for usage details." } }
Do you know what might have gone wrong?
regards,
Rainer
Because of data privacy and legal issues we have to deploy to azure.de in Germany. Therefore I copied the content of the azuredeploy.json into a template deployment container and deployed it.
I had to kick out the application_insights ressource and its dependencies because it is not available in germany. That was no prob.
But then I ran into an error at the SAS_URI_Generator with Status "BAD_REQUEST":
{ "error": { "code": "InvalidContentLink", "message": "Unable to download deployment content from 'https://mc-n7okzt7dyzw66cb3dzxesxh2no.azurewebsites.net/Deployment/GenerateSASToken?parameters=key=nF8GESkTgKgwm4T9bLX6J7c1HLNX94jLfuD1MCxfAqTP2scde60hW2Ibq0ZnZ+JHbpBCE36hx/ol5qCfyjHKXQ==;trainer_size=Standard_D1_v2'. The tracking Id is '18ffadeb-bd71-4625-83d0-fbe82abc126b'. Please see https://aka.ms/arm-deploy for usage details." } }Do you know what might have gone wrong?
regards,
Rainer