Skip to content

Commit f09596b

Browse files
committed
Merge branch 'main' of https://github.com/MicrosoftDocs/azure-docs-pr into varun-azure-docs-pr
2 parents 2111d97 + ae030f7 commit f09596b

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

articles/azure-arc/servers/manage-automatic-vm-extension-upgrade.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,10 @@ If an extension upgrade fails, Azure will try to repair the extension by perform
4444

4545
If you continue to have trouble upgrading an extension, you can [disable automatic extension upgrade](#manage-automatic-extension-upgrade) to prevent the system from trying again while you troubleshoot the issue. You can [enable automatic extension upgrade](#manage-automatic-extension-upgrade) again when you're ready.
4646

47+
### Timing of automatic extension upgrades
48+
49+
When a new version of a VM extension is published, it becomes available for installation and manual upgrade on Arc-enabled servers. For servers that already have the extension installed and automatic extension upgrade enabled, it may take up to 5 weeks for every server with that extension to get the automatic upgrade. Upgrades are issued in batches across Azure regions and subscriptions, so you may see the extension get upgraded on some of your servers before others. If you need to upgrade an extension immediately, follow the guidance to manually upgrade extensions using the [Azure portal](manage-vm-extensions-portal.md#upgrade-extensions), [Azure PowerShell](manage-vm-extensions-cli.md#upgrade-extensions) or [Azure CLI](manage-vm-extensions-powershell.md#upgrade-extension).
50+
4751
## Supported extensions
4852

4953
Automatic extension upgrade supports the following extensions:

articles/deployment-environments/how-to-create-access-environments.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ Complete the following steps in the Azure CLI to create an environment and confi
9292

9393
```azurecli
9494
az devcenter dev environment create --dev-center-name <devcenter-name>
95-
--project-name <project-name> --environment-type <environment-type-name>
95+
--project-name <project-name> --environment-name <name> --environment-type <environment-type-name>
9696
--catalog-item-name <catalog-item-name> --catalog-name <catalog-name>
9797
```
9898

@@ -101,7 +101,7 @@ Complete the following steps in the Azure CLI to create an environment and confi
101101
```json
102102
$params = "{ 'name': 'firstMsi', 'location': 'northeurope' }"
103103
az devcenter dev environment create --dev-center-name <devcenter-name>
104-
--project-name <project-name> -n <name> --environment-type <environment-type-name>
104+
--project-name <project-name> --environment-name <name> --environment-type <environment-type-name>
105105
--catalog-item-name <catalog-item-name> --catalog-name <catalog-name>
106106
--parameters $params
107107
```

0 commit comments

Comments
 (0)