what-if
Search logs
✓
Run actions/checkout@v4
1s
✓
Run azure/login@v2
6s
✓
Preview deployment
30s
1▶ Run az deployment group what-if \
2 --resource-group "$CLASS_RG" \
3 --template-file main.bicep \
4 --parameters storageName=sthyfw14ghademo dbAdminPassword=not-a-real-secret
9WARNING: main.bicep(17,7) : Warning no-unused-params: Parameter "dbAdminPassword" is declared but never used.
14Resource and property changes are indicated with these symbols:
15 + Create
16 * Ignore
20Scope: /subscriptions/xxxxxxxx-…/resourceGroups/rg-hyf-students
22 + Microsoft.Storage/storageAccounts/sthyfw14ghademo [2023-01-01]
23
24 apiVersion: "2023-01-01"
27 kind: "StorageV2"
28 location: "westeurope"
29 name: "sthyfw14ghademo"
30 sku.name: "Standard_LRS"
31 tags.Purpose: "gha-demo"
33 + …/blobServices/default [2023-01-01]
39 + …/containers/raw [2023-01-01]
41 * Microsoft.Storage/storageAccounts/sthyfw14lab
42Resource changes: 3 to create, 1 to ignore.