Skip to content

Commit 9f843b2

Browse files
committed
update
1 parent ef9880d commit 9f843b2

File tree

1 file changed

+8
-12
lines changed

1 file changed

+8
-12
lines changed

articles/azure-resource-manager/managed-applications/microsoft-managedidentity-identityselector.md

Lines changed: 8 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,7 @@ The selected identities are displayed in the table. The user can add or delete i
4343
},
4444
"options": {
4545
"hideSystemAssignedIdentity": false,
46-
"hideUserAssignedIdentity": false,
47-
"systemAssignedIdentityReadOnly": false
46+
"hideUserAssignedIdentity": false
4847
},
4948
"visible": true
5049
}
@@ -67,17 +66,14 @@ The selected identities are displayed in the table. The user can add or delete i
6766

6867
## Remarks
6968

70-
- Use **defaultValue.systemAssignedIdentity** to set an initial value for the system assigned identity options control. The default value is **Off**, which indicates no system assigned identity is assigned to the resource.
71-
- If **options.hideSystemAssignedIdentity** is set to **true**, the UI to configure the system assigned identity isn't displayed. The default value for this option is **false**.
72-
- If **options.hideUserAssignedIdentity** is set to **true**, the UI to configure the user assigned identity isn't displayed. The resource isn't assigned a user assigned identity. The default value for this option is **false**.
73-
- If **options.systemAssignedIdentityReadOnly** is set to **true**, the user can't edit the initial value for the system assigned identity. The default value for this option is **false**.
74-
- The following default text is displayed in the description below the **system** assigned identity section label. You can override the default text by specifying a message in **toolTip.systemAssignedIdentity**.
75-
76-
*A system assigned managed identity enables Azure resources to authenticate to cloud services (e.g. Azure Key Vault) without storing credentials in code. Once enabled, all necessary permissions can be granted via Azure role-based-access-control. The lifecycle of this type of managed identity is tied to the lifecycle of this resource. Additionally, each resource (e.g. Virtual Machine) can only have one system assigned managed identity. [Learn more about Managed identities](https://go.microsoft.com/fwlink/?LinkId=854449).*
69+
- Use **defaultValue.systemAssignedIdentity** to set an initial value for the system assigned identity options control. The default value is **Off**. The following values are allowed:
70+
- **On** – A system assigned identity is assigned to the resource.
71+
- **Off** – A system assigned identity isn't assigned to the resource.
72+
- **OnOnly** – A system assigned identity is assigned to the resource. Users can't edit this value during deployment.
73+
- **OffOnly** – A system assigned identity isn't assigned to the resource. Users can't edit this value during deployment.
7774

78-
- The following default text is displayed in the description below the **user** assigned identity section label. You can override the default text by specifying a message in **toolTip.userAssignedIdentity**.
79-
80-
*User assigned managed identities enable Azure resources to authenticate to cloud services (e.g. Azure Key Vault) without storing credentials in code. This type of managed identities are created as standalone Azure resources, and have their own lifecycle. A single resource (e.g. Virtual Machine) can utilize multiple user assigned managed identities. Similarly, a single user assigned managed identity can be shared across multiple resources (e.g. Virtual Machine). [Learn more about Managed identities](https://go.microsoft.com/fwlink/?LinkId=854449).*
75+
- If **options.hideSystemAssignedIdentity** is set to **true**, the UI to configure the system assigned identity isn't displayed. The default value for this option is **false**.
76+
- If **options.hideUserAssignedIdentity** is set to **true**, the UI to configure the user assigned identity isn't displayed. The resource isn't assigned a user assigned identity. The default value for this option is **false**.
8177

8278
## Next steps
8379

0 commit comments

Comments
 (0)