We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0aba1bc + 554a5f6 commit 36c12caCopy full SHA for 36c12ca
Deployment/resourcedeployment.ps1
@@ -683,7 +683,7 @@ try {
683
# 6. Assign DNS Name to the public IP address
684
# 6-1. Get Az Network resource Name with the public IP address
685
Write-Host "Assign DNS Name to the public IP address" -ForegroundColor Green
686
- $publicIpName=$(az network public-ip list --query "[?ipAddress=='$externalIP'].name" --output tsv)
+ $publicIpName=$(az network public-ip list --resource-group $aksResourceGroupName --query "[?ipAddress=='$externalIP'].name" --output tsv)
687
# 6-2. Generate Unique backend API fqdn Name - esgdocanalysis-3 digit random number with padding 0
688
$dnsName = "kmgs$($(Get-Random -Minimum 0 -Maximum 9999).ToString("D4"))"
689
0 commit comments