File tree 1 file changed +2
-2
lines changed
src/ResourceManager/RedisCache/Commands.RedisCache/help
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -35,9 +35,9 @@ This command exports data from an Azure Redis Cache instance into the container
35
35
Specifies the Service SAS URL of container where this cmdlet exports data. You can generate a Service SAS URL using the following PowerShell commands:
36
36
37
37
```
38
- $storageAccountContext = New-AzureStorageContext -StorageAccountName “ storageName” -StorageAccountKey “ key”
38
+ $storageAccountContext = New-AzureStorageContext -StorageAccountName " storageName" -StorageAccountKey " key"
39
39
40
- $sasKeyForContainer = New-AzureStorageContainerSASToken -Name “ containername” -Permission "rwdl" -StartTime ([System.DateTime]::Now).AddMinutes(-15) -ExpiryTime ([System.DateTime]::Now).AddHours(3) -Context $storageAccountContext -FullUri
40
+ $sasKeyForContainer = New-AzureStorageContainerSASToken -Name " containername" -Permission "rwdl" -StartTime ([System.DateTime]::Now).AddMinutes(-15) -ExpiryTime ([System.DateTime]::Now).AddHours(3) -Context $storageAccountContext -FullUri
41
41
```
42
42
43
43
``` yaml
You can’t perform that action at this time.
0 commit comments