microsoft / azure_arc

Automated Azure Arc, Edge, and Platform environments
https://aka.ms/ArcJumpstart
Creative Commons Attribution 4.0 International
738 stars 545 forks source link

wrong uri #511

Closed AwdotiaRomanowna closed 3 years ago

AwdotiaRomanowna commented 3 years ago

Scenario which you are working on https://azurearcjumpstart.io/azure_arc_jumpstart/azure_arc_data/aks/aks_postgresql_hyperscale_arm_template/

Describe the bug wrong uri - additional string is added: postgres_hs/azuredeploy.json so the uri fails

az group create --name --location az deployment group create \ --resource-group \ --name \ --template-uri https://raw.githubusercontent.com/microsoft/azure_arc/main/azure_arc_data_jumpstart/aks/arm_template/postgres_hs/azuredeploy.json**postgres_hs/azuredeploy.json* \ --parameters <The azuredeploy.parameters.json* parameters file location>

likamrat commented 3 years ago

Thank you @AwdotiaRomanowna but I am not following. What and where do you see an additional string being added? are you referring to the asterix? that looks like an issue with your copy or something.

As you can see from the scenario, there are no strings added.

image

AwdotiaRomanowna commented 3 years ago

please take a look at this screenshot:

image

the first link is wrong: https://raw.githubusercontent.com/microsoft/azure_arc/main/azure_arc_data_jumpstart/aks/arm_template/postgres_hs/azuredeploy.jsonpostgres_hs/azuredeploy.json

the "postgres_hs/azuredeploy.json" should be removed from the end

likamrat commented 3 years ago

Ha ok, good catch. Let me fix it...