Questions tagged [azure-public-ip]
50 questions
0
votes
0 answers
How to assign a public IP to container instance in azure using ARM template?
I have created a container instance (the public one)... I am able to access the container using public IP(generated) and using FQDN. But I want to assign a static Public IP which I created using Public IP addresses in azure instead of…

sub
- 527
- 1
- 7
- 24
0
votes
1 answer
Can public IP of VMScaleset instance be modified with static IP from a given public IpPrefix?
I have a requirement to update/set public IP address of VMScaleset instances from a given IpPublicPrefix(for customer to whitelist these IPs).
I've tried creating VMScaleset with two instances (with a Virtual Network, SubNet, Network Interface) and…

kaish
- 1
- 1
0
votes
2 answers
Why can I not access some fields of a publicIpAddress in template output?
In my template output, I'd like to return the allocated public IP address.
I tried the following in the "outputs" section: (in an output of 'object' type)
"ipobj": "[reference(variables('publicIPAddressName'),'2020-07-01','Full')]"
This works and…

tzp
- 544
- 7
- 10
0
votes
1 answer
Unable to create AKS load balance with static public IP
I've followed steps mentioned over https://learn.microsoft.com/en-us/azure/aks/static-ip link.
I'm getting following error.
Warning ListPublicIPs 22s (x4 over 57s) azure-cloud-provider network.PublicIPAddressesClient#List: Failure…

Abhi S
- 19
- 4
0
votes
2 answers
Azure: Sharing Public IP Address between Resource Groups
I have an IP Address in one of my resource group(for e.g test-resource-group). I wish to use this IP Address in AKS Created Resource Group(for e.g MC_xxxx_resource-group). The IP allocation for a service in AKS leads to error stating "IP Address is…

genius_monkey
- 321
- 3
- 12
0
votes
2 answers
ARM Template - Creating a template for VirtualnetworkGateway combined in a single template
I have created a template which is meant to deploy a complete network solution, which includes 2-subnets, vnet, vnetgw and pubip. I am looking for a way to programmatically reference some of the resource id's such that it makes the template more…

Olamide
- 3
- 2
0
votes
2 answers
Assign static outbound ip address to azure container instance
I need to make a setup where I can read and write to an external sql db from a python script residing in a azure container instance. I order to make this work I need to assign a static ip to the container.
As I cannot associate a container instance…

Martin Petri Bagger
- 2,187
- 4
- 17
- 20
0
votes
1 answer
Assign multiple IP addresses to existing virtual machines access web server
We have Azure Virtual Machine (VM) has one network interface (NIC) attached to it one NIC and have one or more static public IP associated it.
Reasons for Attaching Multiple static Public IPS
Hosting multiple websites or services with different IP…

Ramakrishna.p
- 1,159
- 12
- 31
0
votes
2 answers
How to use terraform dynamic block to build multiple front end ip in the az load balancer that leverages public ips for azure availability zones
The issue I'm running into is with regard to the load balancer front end ip so it can use a unique Public IP to reach a different server in a different Availability Zone. I'm using count on creating the Public IPs, but I'm not using count on the…

sam kachar
- 61
- 3
- 8
0
votes
1 answer
Configure custom DNS for Public IP Address
i created VM behide Azure Load Balancer. i want to use custom domain to Load Balance Public IP. for example i want to access url like 'xx.mvg.com' instead Load Balance Public IP from internet. how i can do it?
i tried to did followed reference link…

powerful
- 61
- 2
- 8
0
votes
1 answer
How to determine which service is behind an Azure Public IP?
Is there any chance to determine which service is behind an Azure Public IP.
I know that there is a list of Microsoft Azure Datacenter IP Ranges where you can see in which location the Public IP is. I already checked it and was able to determine.…

Baku Bakar
- 442
- 2
- 8
- 20
0
votes
2 answers
Set a password for an Azure public-IP
I would like to add security (e.g. a login with a password) for the public-ip for my Azure VM. Because else everybody could e.g. deploy smart contracts via the cakeshop links or turn off and on the Ethereum nodes.
Does anybody know how to do it?

sunwarr10r
- 4,420
- 8
- 54
- 109
0
votes
2 answers
How to assign azure custom dns to public ip
I have resource group on azure containing virtual machine and kubernetes and load balancer and public ip address and etc.
I can access to my kubernetes app with direct public ip or public ip dns name. But problem is that i can't get azure custom dns…

Sami Pylkkänen
- 1
- 1
0
votes
1 answer
Azure Public IP scheduled change
I've got an Azure Load Balancer with:
Load Balancer fronend IP config: Azure Public IP (dynamic)
Load Balancer backend pool: single VM
Is there a way to schedule periodically change of Azure Public IP?
Maybe using automation scripts? Or maybe I…

AsValeO
- 2,859
- 3
- 27
- 64
0
votes
1 answer
Changes to Azure Load balancer not working
I created an Azure Load Balancer with 2 front ends, two backend pools and two load balancing rules.
Then I have a script that swaps the pools between the load balancing rules.
I then call Set-AzureRmLoadBalancer to update the load balancer…

albattran
- 1,887
- 1
- 12
- 16