Skip to content

Commit

Permalink
Update Get-AzP2sVpnGatewayDetailedConnectionHealth.md (Azure#16329)
Browse files Browse the repository at this point in the history
  • Loading branch information
wtnlee authored Nov 4, 2021
1 parent 4893498 commit 2f7c335
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ Get-AzP2sVpnGatewayDetailedConnectionHealth -ResourceId <String> -OutputBlobSasU
## DESCRIPTION
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.

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.

## EXAMPLES

### Example 1
Expand Down

0 comments on commit 2f7c335

Please sign in to comment.