Skip to content

Commit 85f5703

Browse files
committed
edits
1 parent ae83231 commit 85f5703

1 file changed

Lines changed: 8 additions & 16 deletions

File tree

articles/app-service/environment/how-to-upgrade-preference.md

Lines changed: 8 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ If you choose manual upgrades, there are important considerations to keep in min
4949

5050
- **A manual upgrade can transition to automatic**. In rare cases, the availability of an upgrade for manual application can transition to an automatic upgrade. A security hotfix might supersede the planned upgrade. A regression might be discovered in a planned upgrade before the updates are applied to your instance. In these cases, the available upgrade is removed and the process transitions to automatic upgrade.
5151

52-
- **An upgrade is available, but you don't receive a notification**. You might see a notice in the Azure portal that an upgrade is available for your App Service Environment, but you don't receive a Service Health notification. (Notifications are sent according to [your configuration](#configure-notifications)). If you don't receive the notification, the available upgrade isn't required and the 15-day time limit doesn't apply. This issue is currently under investigation.
52+
- **An upgrade is available, but you don't receive a notification**. You might see a notice in the Azure portal that an upgrade is available for your App Service Environment, but you don't receive a Service Health notification. (Notifications are sent according to [your configuration](#configure-notifications).) If you don't receive the notification, the available upgrade isn't required and the 15-day time limit doesn't apply. This issue is currently under investigation.
5353

5454
## View upgrade notifications
5555

@@ -101,9 +101,11 @@ If you set the **Upgrade preference** for your App Service Environment to **Manu
101101

102102
1. Allow time for the notification to send. [Verify the test notification](#view-upgrade-notifications) is listed on the **Service Health** dashboard in the Azure portal.
103103

104+
You can also send a test notification by using the Azure CLI. For more information, see the procedure described in [Apply upgrade to App Service Environment (Azure CLI)](./how-to-upgrade-preference.md#apply-upgrade-to-app-service-environment?tabs=azure-cli).
105+
104106
## Configure upgrade preference
105107

106-
Use the following procedure to configure the upgrade preference for your App Service Environment.
108+
Use the following procedure to configure the upgrade preference for your App Service Environment. The recommended approach is to use the Azure portal.
107109

108110
# [Azure portal](#tab/azure-portal)
109111

@@ -121,9 +123,6 @@ Use the following procedure to configure the upgrade preference for your App Ser
121123

122124
Run the following commands with the [Azure CLI](/cli/azure/install-azure-cli) or use the [Azure Cloud Shell](https://shell.azure.com/).
123125

124-
> [!TIP]
125-
> You can easily configure the upgrade preference in the [Azure portal](#configure-upgrade-preferencetabs=azure-portal).
126-
127126
1. Set the `<placeholder>` command parameters to the values for your App Service Environment:
128127

129128
```azurecli
@@ -152,9 +151,7 @@ Run the following commands with the [Azure CLI](/cli/azure/install-azure-cli) or
152151
Confirm the upgrade preference is set as expected:
153152
154153
```output
155-
...
156154
"upgradePreference": "Manual",
157-
...
158155
```
159156
160157
- For automatic upgrade, set the `upgradePreference` property to the automatic value: **Early**, **Late**, or **None**. The following example sets the preference to **Early** automatic upgrades:
@@ -166,9 +163,7 @@ Run the following commands with the [Azure CLI](/cli/azure/install-azure-cli) or
166163
Confirm the upgrade preference is set as expected:
167164
168165
```output
169-
...
170166
"upgradePreference": "Early",
171-
...
172167
```
173168
174169
---
@@ -195,6 +190,8 @@ When an upgrade is available, a banner displays in the Azure portal. Use the fol
195190
196191
Run the following commands with the [Azure CLI](/cli/azure/install-azure-cli) or use the [Azure Cloud Shell](https://shell.azure.com/).
197192
193+
The following procedure sends a test upgrade notification for the App Service Environment.
194+
198195
1. Set the `<placeholder>` command parameters to the values for your App Service Environment:
199196
200197
```azurecli
@@ -208,12 +205,6 @@ Run the following commands with the [Azure CLI](/cli/azure/install-azure-cli) or
208205
ASE_ID=$(az appservice ase show --name $ASE_NAME --resource-group $ASE_RG --query id --output tsv)
209206
```
210207

211-
1. Send a test upgrade notification:
212-
213-
```azurecli
214-
az rest --method POST --uri "${ASE_ID}/testUpgradeAvailableNotification?api-version=2022-03-01"
215-
```
216-
217208
1. Start the upgrade process:
218209

219210
```azurecli
@@ -222,9 +213,10 @@ Run the following commands with the [Azure CLI](/cli/azure/install-azure-cli) or
222213

223214
---
224215

225-
During the upgrade process, the platform sends notifications, according to [your configuration](#configure-notifications)).
216+
During the upgrade process, the platform sends notifications, according to [your configuration](#configure-notifications).
226217

227218
## Related content
228219

229220
- [Create an App Service Environment](creation.md)
221+
- [Create service health alerts](/azure/service-health/alerts-activity-log-service-notifications-portal)
230222
- [App Service Environment networking](networking.md)

0 commit comments

Comments
 (0)