Skip to content

Commit d83b46f

Browse files
committed
Removing step to set environment variable
1 parent 0a36875 commit d83b46f

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

articles/azure-monitor/app/availability.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -142,14 +142,6 @@ To create a new file, right-click under your timer trigger function (for example
142142
}
143143
```
144144

145-
1. Define the `REGION_NAME` environment variable as a valid Azure availability location.
146-
147-
To list available regions, run the following command in [Azure CLI](/cli/azure/account?view=azure-cli-latest#az-account-list-locations&preserve-view=true):
148-
149-
```azurecli
150-
az account list-locations -o table
151-
```
152-
153145
1. Replace the existing code in **run.csx** with the following:
154146

155147
```csharp

0 commit comments

Comments
 (0)