Skip to content

Commit 56df15b

Browse files
committed
Mention optional parameters
1 parent 499e2cd commit 56df15b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

articles/digital-twins/how-to-set-up-instance-cli.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@ Use these values in the following [az dt command](/cli/azure/dt) to create the i
4646
az dt create --dt-name <name-for-your-Azure-Digital-Twins-instance> --resource-group <your-resource-group> --location <region>
4747
```
4848

49+
There are several optional parameters that can be added to the command to specify additional things about your resource during creation, including creating a [system managed identity](concepts-security.md#managed-identity-for-accessing-other-resources) for the instance or enabling/disabling public network access. For a full list of supported parameters, see the [az dt create](/cli/azure/dt#az-dt-create) reference documentation.
50+
4951
### Verify success and collect important values
5052

5153
If the instance was created successfully, the result in the CLI looks something like this, outputting information about the resource you have created:

0 commit comments

Comments
 (0)