We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e050ef commit f9bf1d8Copy full SHA for f9bf1d8
1 file changed
articles/storage/files/files-redundancy.md
@@ -221,7 +221,7 @@ Connect-AzAccount
221
$subscriptionID = "your-subscription-id-number"
222
223
# 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)
+$secureToken = (Get-AzAccessToken).Token # SecureString now [1](/powershell/module/az.accounts/get-azaccesstoken?view=azps-15.3.0)
225
226
# Convert SecureString -> plaintext (Az 14 migration pattern)
227
$ssPtr = [System.Runtime.InteropServices.Marshal]::SecureStringToBSTR($secureToken)
0 commit comments