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
As far as I can tell, the name order in these examples is incorrect. If you run `(Get-AzureRmResourceProvider -ProviderNamespace Microsoft.Storage).ResourceTypes.Where{ $_.ResourceTypeName -eq 'storageAccounts' }.Locations`, you'll see that the name order is 'East US', 'East US 2', 'West US', etc.
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
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. It also generates and assigns an identity that can be used to manage
0 commit comments