At networking I have at
Firewalls and virtual networks / Firewall / Add IP ranges to allow access from the internet or your on-premises networks /
2 ips.
First Ip is our on-premises ip and following command works fine
az storage blob list --account-name "$saName" --account-key "$key" --container-name "$container" --output table
Second ip is from a public Ip address attached an Linux Azure VM.
From the Linux machine shell I've verified the ip using
curl -L ipconfig.me
On the Azure VM az storage blob list failed. What is the proper way to set up IP from Azure VM?