Skip to content

Commit ffaacfa

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

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

examples/STACKS.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ 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 a "Development" deployment stack. Without a defined scope, the operation is executed at default subscription level.
144144

145145
```yaml
146146
name: Stacks (Delete)
@@ -173,8 +173,4 @@ jobs:
173173
type: deploymentStack
174174
operation: delete
175175
name: Development
176-
location: westus2
177-
scope: subscription
178-
subscription-id: ${{ secrets.AZURE_SUBSCRIPTION_ID }}
179-
parameters-file: ./main.bicepparam
180176
```

0 commit comments

Comments
 (0)