18F / azure-sandbox

Temporary home for deploying services into Azure: reliably, repeatably, compliantly
Other
17 stars 8 forks source link

Experiment with Azure Resource Manager #1

Closed pburkholder closed 7 years ago

pburkholder commented 7 years ago

Following steps for Ruby/SSH-enabled VM -- https://azure.microsoft.com/en-us/documentation/samples/resource-manager-ruby-template-deployment/

First, I need to create a service principal and get the TenantId, ClientID and ClientSecret. Options are via

The CLI can be installed on Mac with brew,

pburkholder commented 7 years ago

Resource management walk through for Ruby works. Submitted PR to clear up the difficult points:

https://github.com/Azure-Samples/resource-manager-ruby-template-deployment/pull/8

Closing...