gbserver/src/scripts/utils/email-ips.sh
Rodrigo Rodriguez (Pragmatismo) 57f20d903e
Some checks failed
GBCI / build (push) Has been cancelled
- Testing of the first BASIC script.
2025-08-14 09:42:05 -03:00

8 lines
301 B
Bash

az network public-ip list --resource-group "$CLOUD_GROUP" \
--query "[].{Name:name, IP:ipAddress, ReverseDNS:dnsSettings.reverseFqdn}" \
-o table
az network public-ip update --resource-group "$CLOUD_GROUP"
--name "pip-network-adapter-name"
--reverse-fqdn "outbound14.domain.com.br"