Skip to content

Commit d70a0f6

Browse files
Merge pull request #240062 from v-regandowner/clarifying-note
Updating to simplify code instructions
2 parents 02ef9e3 + 9555fec commit d70a0f6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/static-web-apps/publish-azure-resource-manager.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -249,18 +249,18 @@ Connect-AzAccount
249249

250250
---
251251

252-
If you have multiple Azure subscriptions, select the subscription you want to use. Replace `<SUBSCRIPTION-ID-OR-SUBSCRIPTION-NAME>` with your subscription information:
252+
If you have multiple Azure subscriptions, select the subscription you want to use. Replace `<SUBSCRIPTION-ID>` with your subscription information:
253253

254254
# [Azure CLI](#tab/azure-cli)
255255

256256
```azurecli
257-
az account set --subscription <SUBSCRIPTION-ID-OR-SUBSCRIPTION-NAME>
257+
az account set --subscription <SUBSCRIPTION-ID>
258258
```
259259

260260
# [PowerShell](#tab/azure-powershell)
261261

262262
```azurepowershell
263-
Set-AzContext <SUBSCRIPTION-ID-OR-SUBSCRIPTION-NAME>
263+
Set-AzContext <SUBSCRIPTION-ID>
264264
```
265265

266266
---

0 commit comments

Comments
 (0)