An open API service indexing awesome lists of open source software.

https://github.com/devigned/compute-dotnet-manage-vm


https://github.com/devigned/compute-dotnet-manage-vm

Last synced: 12 months ago
JSON representation

Awesome Lists containing this project

README

          

# compute-dotnet-manage-vm

## To Run
- export AZURE_TENANT_ID={tenant id}
- export AZURE_CLIENT_ID={client or application id}
- export AZURE_SECRET={application / service principal secret}
- export AZURE_SUBSCRIPTION_ID={subscription id}
- dotnet restore
- dotnet run