Skip to content

Commit 7d05384

Browse files
authored
Update native-first-party-principle-security.md
Added Azure CLI option to set _Enabled for users to sign-in?_ property to Yes.
1 parent 508dd14 commit 7d05384

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

articles/azure-vmware/native-first-party-principle-security.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,14 @@ There are two options to enable the service principal for Azure VMware Solution.
4747
Set-AzureADServicePrincipal -ObjectId 0a9fa53e-1930 -AccountEnabled $True
4848
```
4949
50+
### Option 3: From Azure CLI
51+
52+
1. Run the following command:
53+
54+
```shell
55+
az ad sp update --id "1a5e141d-70dd-4594-8442-9fc46fa48686" --set accountEnabled=true
56+
```
57+
5058
## Next steps
5159
5260
- Follow a tutorial for [Creating an Azure VMware Gen 2 private cloud](native-create-azure-vmware-virtual-network-private-cloud.md)

0 commit comments

Comments
 (0)