You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This command creates a Blob Storage account that uses the hot access type.
41
41
The account has enabled Storage Service encryption on Blob Service.
42
42
43
-
### Example 3: Create a Storage account that Enable Storage Service encryption on Blob and File Services, and set IdentityType to SystemAssigned.
43
+
### Example 3: Create a Storage Account that Enables Storage Service Encryption on Blob and File Services, and Generate and Assign an Identity for Azure KeyVault.
This command creates a Storage account that enabled Storage Service encryption on Blob and File Services, IdentityType as SystemAssigned.
48
+
This command creates a Storage account that enabled Storage Service encryption on Blob and File Services. It also generates and assigns an identity that can be sued to manage
49
+
account keys through Azure KeyVault.
49
50
50
51
## PARAMETERS
51
52
@@ -69,6 +70,19 @@ Accept pipeline input: False
69
70
Accept wildcard characters: False
70
71
```
71
72
73
+
### -AssignIdentity
74
+
Generate and assign a new Storage Account Identity for this storage account for use with key management services like Azure KeyVault.```yaml
75
+
Type: SwitchParameter
76
+
Parameter Sets: (All)
77
+
Aliases:
78
+
79
+
Required: False
80
+
Position: Named
81
+
Default value: None
82
+
Accept pipeline input: False
83
+
Accept wildcard characters: False
84
+
```
85
+
72
86
### -CustomDomainName
73
87
Specifies the name of the custom domain of the Storage account.
0 commit comments