Azure Storage
Globally unique resources that provide access to data management services and serve as the parent namespace for the services.
3,542 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hi Team,
How can I get public IP Address of storage account through PowerShell script
Kind regards,
Sameer
Storage Account is a PAAS service and doesn't have any Public IP resource associated with it. One way to get the IP is to do a nslookup for the Storage FQDN and capture it.
Regards,
Karthik Srinivas
You could try: Get-AzPublicIpAddress -Name myResourceName -ResourceGroupName myResourceGroup