Skip to content

Commit 2f7c335

Browse files
authored
Update Get-AzP2sVpnGatewayDetailedConnectionHealth.md (#16329)
1 parent 4893498 commit 2f7c335

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Network/Network/help/Get-AzP2sVpnGatewayDetailedConnectionHealth.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ Get-AzP2sVpnGatewayDetailedConnectionHealth -ResourceId <String> -OutputBlobSasU
3434
## DESCRIPTION
3535
The **Get-AzP2sVpnGatewayDetailedConnectionHealth** cmdlet enables you to get the detailed information of current point to site connections from P2SVpnGateway. Customer needs to pass SAS url where we can put this detailed health information.
3636

37+
Please note that the SAS url provided should be one for the **blob** (file) that has been created in the storage account and **not** the container. Please use the **New-AzStorageBlobSASToken** Powershell command and not the **New-AzStorageContainerSASToken**. You will also need to allow read and write permissions on your SaSURl.
38+
3739
## EXAMPLES
3840

3941
### Example 1

0 commit comments

Comments
 (0)