Skip to content

Commit 4140f58

Browse files
authored
Fixing formatting
1 parent e8997ca commit 4140f58

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ This section shows you how to add a managed identity to an Azure Digital Twins i
128128

129129
Use the CLI commands below for your chosen type of managed identity.
130130

131-
#### System-assigned identity commands
131+
### System-assigned identity commands
132132

133133
The command to enable a *system-assigned* identity for an existing instance is the same `az dt create` command that's used to [create a new instance with a system-assigned identity](#system-assigned-identity-command). Instead of providing a new name of an instance to create, you can provide the name of an instance that already exists. Then, make sure to add the `--assign-identity` parameter.
134134

@@ -142,7 +142,7 @@ To disable system-assigned identity on an instance where it's currently enabled,
142142
az dt create --dt-name <name-of-existing-instance> --resource-group <resource-group> --assign-identity false
143143
```
144144

145-
#### User-assigned identity commands
145+
### User-assigned identity commands
146146

147147
To enable a *user-assigned* identity on an existing instance, provide the ID of an existing user assigned identity in the following command:
148148

0 commit comments

Comments
 (0)