Skip to content

Commit 9e04b4b

Browse files
committed
Merge branch 'main' of https://github.com/MicrosoftDocs/azure-docs-pr into vnet-delegation-update
2 parents 9232263 + 16013cb commit 9e04b4b

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

articles/azure-netapp-files/backup-introduction.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ms.service: azure-netapp-files
1212
ms.workload: storage
1313
ms.tgt_pltfrm: na
1414
ms.topic: conceptual
15-
ms.date: 08/09/2023
15+
ms.date: 08/23/2023
1616
ms.author: anfdocs
1717
ms.custom: references_regions
1818
---
@@ -41,6 +41,7 @@ Azure NetApp Files backup is supported for the following regions:
4141
* Australia East
4242
* Australia Southeast
4343
* Brazil South
44+
* Canada Central
4445
* Canada East
4546
* East Asia
4647
* East US
@@ -49,7 +50,10 @@ Azure NetApp Files backup is supported for the following regions:
4950
* Germany West Central
5051
* Japan East
5152
* Japan West
53+
* Korea Central
54+
* North Central US
5255
* North Europe
56+
* Norway East
5357
* Qatar Central
5458
* South Africa North
5559
* South Central US

articles/iot-hub-device-update/create-update.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ The [az iot du init v5](/cli/azure/iot/du/update/init#az-iot-du-update-init-v5)
5252
* `--update-provider`, `--update-name`, and `--update-version`: These three parameters define the **updateId** object that is a unique identifier for each update.
5353
* `--compat`: The **compatibility** object is a set of name-value pairs that describe the properties of a device that this update is compatible with.
5454
* The same exact set of compatibility properties can't be used with more than one provider and name combination.
55-
* `--step`: The update handler on the device (for example, `microsoft/script:1`, `microsoft/swupdate:1`, or `microsoft/apt:1`) and its associated properties for this update.
55+
* `--step`: The update **handler** on the device (for example, `microsoft/script:1`, `microsoft/swupdate:1`, or `microsoft/apt:1`) and its associated **properties** for this update.
5656
* `--file`: The paths to your update file or files.
5757

5858
For more information about these parameters, see [Import schema and API information](import-schema.md).
@@ -83,7 +83,7 @@ For handler properties, you may need to escape certain characters in your JSON.
8383

8484
The `init` command supports advanced scenarios, including the [related files feature](related-files.md) that allows you to define the relationship between different update files. For more examples and a complete list of optional parameters, see [az iot du init v5](/cli/azure/iot/du/update/init#az-iot-du-update-init-v5).
8585

86-
Once you've created your import manifest and saved it as a JSON file, you're ready to [import your update](import-update.md).
86+
Once you've created your import manifest and saved it as a JSON file, you're ready to [import your update](import-update.md). If you are planning to use the Azure portal UI for importing, be sure to name your import manifest in the following format: "\<manifestname\>.importmanifest.json".
8787

8888
## Create an advanced Device Update import manifest for a proxy update
8989

0 commit comments

Comments
 (0)