mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 05:42:50 +00:00
Fix Azure config template.
This commit is contained in:
@@ -16,16 +16,16 @@
|
||||
# Provide either Service Principal or Active Directory credentials below.
|
||||
|
||||
# Service Principal
|
||||
AZURE_CLIENT_ID=
|
||||
AZURE_SECRET=
|
||||
AZURE_SUBSCRIPTION_ID=
|
||||
AZURE_TENANT=
|
||||
AZURE_CLIENT_ID:
|
||||
AZURE_SECRET:
|
||||
AZURE_SUBSCRIPTION_ID:
|
||||
AZURE_TENANT:
|
||||
|
||||
# Active Directory
|
||||
AZURE_AD_USER=
|
||||
AZURE_PASSWORD=
|
||||
AZURE_SUBSCRIPTION_ID=
|
||||
AZURE_AD_USER:
|
||||
AZURE_PASSWORD:
|
||||
AZURE_SUBSCRIPTION_ID:
|
||||
|
||||
# Resource Groups
|
||||
RESOURCE_GROUP=
|
||||
RESOURCE_GROUP_SECONDARY=
|
||||
RESOURCE_GROUP:
|
||||
RESOURCE_GROUP_SECONDARY:
|
||||
|
||||
Reference in New Issue
Block a user