File tree Expand file tree Collapse file tree
function-app-managed-identity/python/terraform
function-app-storage-http/dotnet/terraform
web-app-cosmosdb-mongodb-api/python/terraform
web-app-managed-identity/python/terraform
web-app-sql-database/python/terraform Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ provider "azurerm" {
2222 client_id = " 00000000-0000-0000-0000-000000000000"
2323 client_secret = " fake-secret"
2424
25- # Disable CLI and MSI authentication
26- use_cli = false
25+ # Use Azure CLI (azlocal) for authentication
26+ use_cli = true
2727 use_msi = false
2828}
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ provider "azurerm" {
2222 client_id = " 00000000-0000-0000-0000-000000000000"
2323 client_secret = " fake-secret"
2424
25- # Disable CLI and MSI authentication
26- use_cli = false
25+ # Use Azure CLI (azlocal) for authentication
26+ use_cli = true
2727 use_msi = false
2828}
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ provider "azurerm" {
2222 client_id = " 00000000-0000-0000-0000-000000000000"
2323 client_secret = " fake-secret"
2424
25- # Disable CLI and MSI authentication
26- use_cli = false
25+ # Use Azure CLI (azlocal) for authentication
26+ use_cli = true
2727 use_msi = false
2828}
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ provider "azurerm" {
2222 client_id = " 00000000-0000-0000-0000-000000000000"
2323 client_secret = " fake-secret"
2424
25- # Disable CLI and MSI authentication
26- use_cli = false
25+ # Use Azure CLI (azlocal) for authentication
26+ use_cli = true
2727 use_msi = false
2828}
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ provider "azurerm" {
2222 client_id = " 00000000-0000-0000-0000-000000000000"
2323 client_secret = " fake-secret"
2424
25- # Disable CLI and MSI authentication
26- use_cli = false
25+ # Use Azure CLI (azlocal) for authentication
26+ use_cli = true
2727 use_msi = false
2828}
You can’t perform that action at this time.
0 commit comments