azure - {"error":{"code":"InvalidContentLink","message":"Unable to download deployment content -


below code used deployment in azure:

templatelink: {     uri: "https://xxx.xxx.xxx.xxx:4443/fulfillment_engine/resources/azure/tmp_miaasafd7c68e51f3_1/template.json", } 

error:

{"error":{"code":"invalidcontentlink","message":"unable download deployment content 'http://xxx.xxx.xxx.xxx:4443/fulfillment_engine/resources/azure/tmp_miaasafd7c68e51f3_1/template.json'. tracking id 'a361db85-8982-4afc-b0c4-94f9f8ba2bef'. please see https://aka.ms/arm-deploy usage details."}}

the same code used on different port 4080 , works properly.

when port 4080 4443 changed, gives error.


Comments

Popular posts from this blog

php - Vagrant up error - Uncaught Reflection Exception: Class DOMDocument does not exist -

vue.js - Create hooks for automated testing -

Add new key value to json node in java -