有用过 azure-sdk-for-go 的么, 请问认证授权怎么弄啊!
資深大佬 : mywget 1
卡在认证这一步了, 想来操作 vm
大佬有話說 (5)
卡在认证这一步了, 想来操作 vm
To use service principal authentication, create a principal by running az ad sp create-for-rbac -n “<yourAppName>” and set the following environment variables. You can copy .env.tpl to a .env file in each package for ease of use.
export AZURE_SUBSCRIPTION_ID=
export AZURE_TENANT_ID=
export AZURE_CLIENT_ID=
export AZURE_CLIENT_SECRET=
export AZURE_LOCATION_DEFAULT=westus2
export AZURE_BASE_GROUP_NAME=azure-samples-go
export AZURE_KEEP_SAMPLE_RESOURCES=0