We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 478d6ca commit a3fbf13Copy full SHA for a3fbf13
2 files changed
.github/workflows/test-e2e.yaml
@@ -40,3 +40,10 @@ jobs:
40
AZURE_ENV_NAME: ${{ vars.AZURE_ENV_NAME }}
41
AZURE_LOCATION: ${{ vars.AZURE_LOCATION }}
42
AZURE_SUBSCRIPTION_ID: ${{ secrets.AZURE_SUBSCRIPTION_ID }}
43
+
44
+ - name: Destroy environment
45
+ run: azd down --force --purge
46
+ env:
47
+ AZURE_ENV_NAME: ${{ vars.AZURE_ENV_NAME }}
48
+ AZURE_LOCATION: ${{ vars.AZURE_LOCATION }}
49
+ AZURE_SUBSCRIPTION_ID: ${{ secrets.AZURE_SUBSCRIPTION_ID }}
infra/terraform/main.tf
@@ -84,7 +84,7 @@ resource "azurerm_resource_group" "example" {
84
}
85
86
resource "azuread_group" "example" {
87
- display_name = "my_group"
+ display_name = "AKS Store Demo App"
88
security_enabled = true
89
90
0 commit comments