Hi @Anonymous ,
I understand that your intention is to enable backup of your Azure Storage File share. Would you consider using Azure Backup? More info: Azure file share backup
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I'm trying to enable backup using PowerShell for the file share of storage accounts. In current environment we disabled public network access and using only private endpoints. I have used Runbook with private endpoint but still failing to list the file share. Even through placed in same virtual network in Runbook and Storage accounts still failing to fetch. Any idea how we can resolve this? Appreciate your guidance or help
Hi @Anonymous ,
I understand that your intention is to enable backup of your Azure Storage File share. Would you consider using Azure Backup? More info: Azure file share backup
Hello there,
So you are trying to Connect to an Azure File Share via a Private Endpoint right ?
Azure Files provides two main types of endpoints for accessing Azure file shares:
-Public endpoints, which have a public IP address and can be accessed from anywhere in the world.
-Private endpoints, which exist within a virtual network and have a private IP address from within the address space of that virtual network.
Connect to an Azure File Share via a Private Endpoint https://learn.microsoft.com/en-us/samples/azure/azure-quickstart-templates/file-share-private-endpoint/
Configuring Azure Files network endpoints https://learn.microsoft.com/en-us/azure/storage/files/storage-files-networking-endpoints?tabs=azure-portal
Hope this resolves your Query !!
--If the reply is helpful, please Upvote and Accept it as an answer–
This answer has been deleted due to a violation of our Code of Conduct. The answer was manually reported or identified through automated detection before action was taken. Please refer to our Code of Conduct for more information.
Comments have been turned off. Learn more