File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -55,10 +55,10 @@ Find the Public Maintenance configuration ID by name:
55
55
``` azurecli-interactive
56
56
az maintenance public-configuration show --resource-name "aks-mrp-cfg-weekday_utc8"
57
57
```
58
- This call may prompt you to install the extension maintenance, once done you can proceed as below :
58
+ This call may prompt you to install the ` maintenance ` extension. Once done, you can proceed:
59
59
60
60
The output should look like the below example. Be sure to take note of the ` id ` field -
61
-
61
+ ``` json
62
62
{
63
63
"duration" : " 08:00" ,
64
64
"expirationDateTime" : null ,
@@ -79,7 +79,7 @@ The output should look like the below example. Be sure to take note of the `id`
79
79
"type" : " Microsoft.Maintenance/publicMaintenanceConfigurations" ,
80
80
"visibility" : " Public"
81
81
}
82
-
82
+ ```
83
83
84
84
Next, assign the Public Maintenance configuration to your AKS cluster using the ID:
85
85
``` azurecli-interactive
You can’t perform that action at this time.
0 commit comments