I currently have a containergroup that uses a virtual network to communicate. What happens is that from time to time the dynamic IP changes randomly. I know it is not possible to have a public (non-changing) IP address using a FQDN for the time being (Azure is working on it), but I was wondering if there is a way to change the IP address from dynamic to static. Any other workaround would be fine too. Thanks in advance.
1
There are 1 best solutions below
Related Questions in STATIC
- Display images on Django Template Site
- django static folder name change
- Passing values from an array to child template in meteor
- Using NON static class Methods Without reference
- Class variable initialization in python
- C++: What is the proper way to define non-class static const values?
- Another way to program "static": Is Code ok?
- Function level static variable NOT static for lazy book keeping
- Static interface equivalent C#
- Xcode6.3.2 Swift bug with static constants
- Javascript static vs instance, prototype keyword
- Static util class with Spring, unsure if I should make it a SpringBean, design concerns
- assign static final variable in a static try-catch
- C# function reference to an overloaded method
- Access static const variable from derived classes
Related Questions in CONTAINERS
- Positioning child at bottom of parent with scroll
- Where are docker images and containers stored when we use it with Windows?
- c++ container very efficient at adding elements to the end
- Set-like alternative for yaml files
- Julia: Enforce constraints on objects in a container?
- Control snapping on resize in C# scrollable container
- Creating a vertically draggable container in Adobe Flex 3.5
- How to set the read ACL on container in open stack swift such that allow Read for all users and deny for one user
- Which STL container(s)/algorithm(s) could I use to solve this?
- Persistent error coming from libusb0
- Make responsive text relative to responsive image?
- Initializing database in the base image of a running container
- Is there unique-value / set container in java-script
- Can we change width of container in css using Bootstrap3
- Use of container docker as a proxy for CF app to get public IP
Related Questions in AZURE-VIRTUAL-NETWORK
- Can't connect in RDP on an Azure VM
- Azure Cloud Service connected with Azure Virtual Network - is the internal IP static or dynamic?
- How to set network security group rules for azure storage services?
- Ping Azure VM in same subnet using VM name
- Azure Reserved IP Address Inconsistency
- Azure Virtual Network Custom DNS Server
- Extend On-premise AD to Azure
- SMB access to on-premise resource from Azure Web App via Virtual Network
- Azure External Load Balancer - Adding LB Rules with PowerShell
- Azure VM Servers SQLlaasExtenstion is in transitioning state
- Azure indirect Peering
- Creating a new subnet inside a classic azure vnet
- Having on-prem IP to point to Azure VM
- Domain Controller in Azure VM slow to respond
- Connect two Azure VMs,across regions, via VPN
Related Questions in AZURE-CONTAINER-INSTANCES
- private ip for azure container instance
- ElasticSearch in Azure Container Instance (Preview)
- how to set a fiexd hostname for azure container app service
- Can you assign a static public ip address for a azure container instance
- Azure container instance - How start a container to keep active in background
- Azure DevOps Ephemeral agents not working
- How to specify port in azure container instance?
- Azure Container Instances: authenticate to private ACR with client certificate based service principal in ARM template
- Sql-Agent not starting on an Ubuntu SQL Server docker container in an azure container
- Prefect trigger docker image
- unable to open tcp connection with host 'localhost:1433' in azure container app
- Error when deploying ACI configured to pull images from ACR using managed identity over private VNET
- Azure : how can know about Storage blob upload in my ACI
- Nginx HTTP to HTTPS configuration with Azure ACI
- Running an Azure container instance using Azure Python SDK
Related Questions in VIRTUAL-NETWORK
- Azure Cloud Service connected with Azure Virtual Network - is the internal IP static or dynamic?
- DC/OS marathon Virtual network not working
- Why is my ip unreachable when I do a trace route?
- Open vSwitch configuration by Python?
- connecting network namespaces using OVS switches and a pox controller
- generic receive offload not working for veth pair
- Cannot access host ports via a IP address on virtual NIC created by Hyper-V
- Azure Point to Site - Is this possible?
- Virtual Network Editor and No Internet Access
- How to connect multiple virtual machines hosted on the physical machine using kvm?
- Openstack Neutron: Cannot find list of possible error response messages for Openstack neutron
- Hyper-V changing Static MAC address on one of the adapters
- What is the simplest way to get vagrant/virtualbox to access host services?
- Can Azure Network Watcher be used to diagnose app services?
- How to change dynamic private IP address in a virtual network to static (non-changing) IP address for containergroups (Azure Container Instances)
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
Unfortunately, currently, the ACI does not provide the ability to assign a static private IP address to the container when using a private VNet. See https://feedback.azure.com/forums/602224-azure-container-instances/suggestions/36989110-allow-aci-instances-to-use-a-static-ip-address-whe.
So you could upvote that feedback so that the Azure team might improve the ACI service.