Skip to content

Commit d14ba50

Browse files
committed
Update deploymentStack delete documentation
Ensure that the description and example is up-to-date.
1 parent 8a91130 commit d14ba50

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

examples/STACKS.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,8 @@ jobs:
140140

141141
### Delete
142142

143-
This workflow runs on manual dispatch. It checks out the code, logs into Azure, and deletes a "Development" deployment stack in the `westus2` region using the specified template and parameters files.
143+
This workflow runs on manual dispatch. It checks out the code, logs into Azure, and deletes the "Development" deployment stack at the provided scope.
144+
Without a defined scope, the operation is executed at highest possible level.
144145

145146
```yaml
146147
name: Stacks (Delete)
@@ -173,8 +174,4 @@ jobs:
173174
type: deploymentStack
174175
operation: delete
175176
name: Development
176-
location: westus2
177-
scope: subscription
178-
subscription-id: ${{ secrets.AZURE_SUBSCRIPTION_ID }}
179-
parameters-file: ./main.bicepparam
180177
```

0 commit comments

Comments
 (0)