Skip to content

Commit f9bf1d8

Browse files
Update articles/storage/files/files-redundancy.md
Co-authored-by: Ken Downie <[email protected]>
1 parent 8e050ef commit f9bf1d8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

articles/storage/files/files-redundancy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ Connect-AzAccount
221221
$subscriptionID = "your-subscription-id-number"
222222
223223
# Get token (now SecureString by default)
224-
$secureToken = (Get-AzAccessToken).Token # SecureString now [1](https://learn.microsoft.com/en-us/powershell/module/az.accounts/get-azaccesstoken?view=azps-15.3.0)
224+
$secureToken = (Get-AzAccessToken).Token # SecureString now [1](/powershell/module/az.accounts/get-azaccesstoken?view=azps-15.3.0)
225225
226226
# Convert SecureString -> plaintext (Az 14 migration pattern)
227227
$ssPtr = [System.Runtime.InteropServices.Marshal]::SecureStringToBSTR($secureToken)

0 commit comments

Comments
 (0)