skip to Main Content

How to find specific private endpoint in azure powershell

I'm running this command in azure to pull private endpoints associated to a storage account: Get-AzPrivateEndpointConnection -privatelinkresourceid /subscriptions/subscriptionID/resourceGroups/rgname/providers/Microsoft.Storage/storageAccounts/storageaccountname It returns results that look like the following: Name : storageaccountname.93jd9v4a-84d3-942z-9g32-3895820193842 Id : /subscriptions/SubscriptionID/resourceGroups/rgname/providers/Microsoft.Storage/storageAccounts/storageaccountname/privateEndp ointConnections/storageaccountname.93jd9v4a-84d3-942z-9g32-3895820193842 GroupId : ProvisioningState : Succeeded PrivateEndpoint :…

VIEW QUESTION
Back To Top
Search