microsoft / RockPaperScissorsLizardSpock

Rock, Paper, Scissors, Lizard, Spock - Sample Application
MIT License
590 stars 289 forks source link

Deploy to Azure button error #1

Closed snpdev closed 4 years ago

snpdev commented 4 years ago

Loved the "App Development for Everyone" Ignite keynote and demos. Kudos to all involved!

I'm giving rpsls a go today and have this issue to report.

In Step 1 - Option 1: Creating infrastructure using Azure Portal, I click on the Deploy to Azure button. This opens Azure Portal with the following error:

There was an error loading the template from URI 'https://raw.githubusercontent.com/OriolBonjoch/RPSLS/master/Deploy/arm/deployment.json'. Ensure that the template is publicly accessible and does not have any comments.

I was able to copy and paste deployment.json into a custom template in my Azure subscription and deploy from there.

Apart from the Service Principal Id and Secret, the Kv_object Id is also required. A minor point perhaps, but the Kv_object Id requirement is not mentioned in the README.md.

The deployment succeeded showing the following 10 resources:

image

dsanchezcr commented 4 years ago

Thank you very much @snpdev fixed in commit 42a446.