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

MSINotEnabled – Can't use KeyVault Reference in Azure Function

I'm trying to use a User Assign Managed Identity to retrieve access in KeyVault reference in Azure Function. I'm following this doc https://learn.microsoft.com/en-us/azure/app-service/app-service-key-vault-references?tabs=azure-cli#:~:text=you%20haven%27t%20already.-,Configure,-the%20app%20to to reference the keyvault in the application configuration. I followed these steps: Created User Assign Managed Identity.…

VIEW QUESTION
Back To Top
Search