2,158 questions with Azure Virtual Network tags

Sort by: Updated
1 answer

Unable to Retrieve Neighbour Entry with ndisc6 for Pods Scheduled on Different Nodes

When inside the pod, I am unable to access the neighbor information of pods deployed on other nodes within the AKS cluster. Even attempts to use ndisc6 prove ineffective in fetching these neighbour records. Although executing ping6 to the destination…

Azure Virtual Network
Azure Virtual Network
An Azure networking service that is used to provision private networks and optionally to connect to on-premises datacenters.
2,158 questions
Azure Kubernetes Service (AKS)
Azure Kubernetes Service (AKS)
An Azure service that provides serverless Kubernetes, an integrated continuous integration and continuous delivery experience, and enterprise-grade security and governance.
1,866 questions
asked 2024-04-07T10:36:43.61+00:00
Rouf 0 Reputation points
commented 2024-04-23T06:05:19.6766667+00:00
Anveshreddy Nimmala 2,465 Reputation points Microsoft Vendor
1 answer

Azure Container Apps with internal load balancer - 403 error

Hi! I've been trying to deploy Container App in a Virtual Network and then connect it to the Application Gateway so that only the latter is publicly accessible, but I encountered many issues along the road. I followed the tutorial:…

Azure Virtual Network
Azure Virtual Network
An Azure networking service that is used to provision private networks and optionally to connect to on-premises datacenters.
2,158 questions
Azure Application Gateway
Azure Application Gateway
An Azure service that provides a platform-managed, scalable, and highly available application delivery controller as a service.
961 questions
Azure Container Apps
Azure Container Apps
An Azure service that provides a general-purpose, serverless container platform.
271 questions
asked 2023-08-25T16:43:11.3233333+00:00
KrystianKrasucki-6994 0 Reputation points
commented 2024-04-22T17:37:12.55+00:00
David Bakke 5 Reputation points
1 answer

unable to delete subnet after removing app service

I am unable to delete a vnet after removing the app service while a service association link remained. The error is as follows: [some unique IDs hidden ] Failed to delete resource group rg_m365wordpress: Deletion of resource group 'rg_m365wordpress'…

Azure Virtual Network
Azure Virtual Network
An Azure networking service that is used to provision private networks and optionally to connect to on-premises datacenters.
2,158 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
6,908 questions
asked 2024-04-17T03:33:19.8166667+00:00
Josh Basquez 0 Reputation points Microsoft Employee
edited an answer 2024-04-22T17:02:01.5633333+00:00
GitaraniSharma-MSFT 47,591 Reputation points Microsoft Employee
2 answers

Function App

Hi, We have deployed azure function app on java platform. This function app will need to connect an internal service URL hosted on-prem. I would like to know how do we setup the communication from function app hosted in azure to on-prem service ? What…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,299 questions
Azure Virtual Network
Azure Virtual Network
An Azure networking service that is used to provision private networks and optionally to connect to on-premises datacenters.
2,158 questions
asked 2024-04-13T05:10:50.6433333+00:00
Sourav 60 Reputation points
edited the question 2024-04-22T09:36:32.6166667+00:00
MayankBargali-MSFT 68,656 Reputation points
2 answers

I see resources not created by me. Cannot delete them

In my azure portal I see several resources not created by me. A resource group containing a public IP, a network security group and a load balancer When I try to delete them, I get the…

Azure Virtual Network
Azure Virtual Network
An Azure networking service that is used to provision private networks and optionally to connect to on-premises datacenters.
2,158 questions
asked 2024-04-19T10:29:53.24+00:00
Matthias Spiller 0 Reputation points
answered 2024-04-19T13:31:29.12+00:00
GitaraniSharma-MSFT 47,591 Reputation points Microsoft Employee
1 answer One of the answers was accepted by the question author.

Use of public IP pool allocated to an Organization in Microsoft Azure

Dear Experts, Background : My organization has a public /24 IP pool allocated by RIPE. This subnet is currently utilized in our Data Center and advertised to our ISP, who then further advertises it to the rest of the world. Additionally, we have some…

Azure Virtual WAN
Azure Virtual WAN
An Azure virtual networking service that provides optimized and automated branch-to-branch connectivity.
189 questions
Azure Virtual Network
Azure Virtual Network
An Azure networking service that is used to provision private networks and optionally to connect to on-premises datacenters.
2,158 questions
asked 2024-04-09T17:38:15.52+00:00
Prashant Chaudhary 20 Reputation points
accepted 2024-04-19T08:18:10.1533333+00:00
Prashant Chaudhary 20 Reputation points
1 answer One of the answers was accepted by the question author.

Virtual WAN with Site-to-Site VPN - no communication between VNET and on-premises

I have implemented a Standard Virtual WAN with a Hub and attached a VNET. Next, I implemented Site-to-Site VPN in the same Hub between Azure and OracleCloud. The VPN tunnel and BGP status are UP, but I am not able to ping between Azure VNET and…

Azure Virtual WAN
Azure Virtual WAN
An Azure virtual networking service that provides optimized and automated branch-to-branch connectivity.
189 questions
Azure VPN Gateway
Azure VPN Gateway
An Azure service that enables the connection of on-premises networks to Azure through site-to-site virtual private networks.
1,389 questions
Azure Virtual Network
Azure Virtual Network
An Azure networking service that is used to provision private networks and optionally to connect to on-premises datacenters.
2,158 questions
asked 2024-04-14T21:30:20.4733333+00:00
Arvind Bassan 25 Reputation points
commented 2024-04-18T13:51:38.0533333+00:00
Arvind Bassan 25 Reputation points
2 answers

SQL Server and App Service connectivity across subscriptions

I have two subscriptions, we will call them A and B. Subscription A has an app service that should only be accessible via private endpiont (user's will VPN into the environment via P2S). Subscription B has a SQL Server with a few DB's the app service…

Azure Virtual Network
Azure Virtual Network
An Azure networking service that is used to provision private networks and optionally to connect to on-premises datacenters.
2,158 questions
Azure Private Link
Azure Private Link
An Azure service that provides private connectivity from a virtual network to Azure platform as a service, customer-owned, or Microsoft partner services.
469 questions
SQL Server
SQL Server
A family of Microsoft relational database management and analysis systems for e-commerce, line-of-business, and data warehousing solutions.
12,757 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
6,908 questions
asked 2024-04-07T17:27:55.36+00:00
JohnTristam 0 Reputation points
answered 2024-04-18T00:34:35.9466667+00:00
Silvia Wibowo 3,011 Reputation points Microsoft Employee
2 answers

Status of newly created subnet does not change in powershell

I have the following code to create a subnet in an existing address space, 10.1.2.0/24. The subnet is created in the console after a minute but the response is stuck in the while loop. How can I resolve this? $vnet = Get-AzVirtualNetwork -Name $vnetName…

Azure Virtual Network
Azure Virtual Network
An Azure networking service that is used to provision private networks and optionally to connect to on-premises datacenters.
2,158 questions
asked 2024-04-17T05:47:17.47+00:00
Martin Thong 60 Reputation points
answered 2024-04-17T22:49:21.2333333+00:00
ChaitanyaNaykodi-MSFT 23,031 Reputation points Microsoft Employee
2 answers One of the answers was accepted by the question author.

Confusion between WAF with Application Gateway and FrontDoor when securing custom Web Apps running on Azure VM published to the internet ?

Could you please let me know which Azure technology can be used to minimize the attack surface for safely publishing a Virtual Machine as a Web App on the internet? WAF with Application Gateway:…

Azure Front Door
Azure Front Door
An Azure service that provides a cloud content delivery network with threat protection.
578 questions
Azure Virtual Network
Azure Virtual Network
An Azure networking service that is used to provision private networks and optionally to connect to on-premises datacenters.
2,158 questions
Azure Application Gateway
Azure Application Gateway
An Azure service that provides a platform-managed, scalable, and highly available application delivery controller as a service.
961 questions
Azure Content Delivery Network
Azure Web Application Firewall
asked 2024-04-12T12:12:14.38+00:00
EnterpriseArchitect 4,761 Reputation points
commented 2024-04-17T13:31:35.5466667+00:00
KapilAnanth-MSFT 35,246 Reputation points Microsoft Employee
0 answers

How to create a Workspace Managed Virtual Network Isolation if the Microsoft Documentation is outdated?

Hello! I am following the step by step to configure an Azure Machine Learning Workspace (https://learn.microsoft.com/en-us/azure/machine-learning/how-to-managed-network?view=azureml-api-2&tabs=azure-cli) that can connect to a Azure Storage Account…

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
2,572 questions
Azure Storage Accounts
Azure Storage Accounts
Globally unique resources that provide access to data management services and serve as the parent namespace for the services.
2,714 questions
Azure Firewall
Azure Firewall
An Azure network security service that is used to protect Azure Virtual Network resources.
570 questions
Azure Virtual Network
Azure Virtual Network
An Azure networking service that is used to provision private networks and optionally to connect to on-premises datacenters.
2,158 questions
Azure Private Link
Azure Private Link
An Azure service that provides private connectivity from a virtual network to Azure platform as a service, customer-owned, or Microsoft partner services.
469 questions
asked 2024-04-17T01:42:23.5833333+00:00
Felix A Ariza N 0 Reputation points
commented 2024-04-17T12:16:45.22+00:00
romungi-MSFT 42,206 Reputation points Microsoft Employee
3 answers One of the answers was accepted by the question author.

What is the service endpoint `Microsoft.Storage.Global` for?

Just saw the service endpoint Microsoft.Storage.Global, but can't see it documented anywhere. What is it for? Vs. the Microsoft.Storage that has been there a while. Documentation in question (where I expected to find information about said endpoint): …

Azure Storage Accounts
Azure Storage Accounts
Globally unique resources that provide access to data management services and serve as the parent namespace for the services.
2,714 questions
Azure Virtual Network
Azure Virtual Network
An Azure networking service that is used to provision private networks and optionally to connect to on-premises datacenters.
2,158 questions
asked 2023-04-11T13:46:51.8933333+00:00
olavrb 131 Reputation points
answered 2024-04-16T15:00:53.9166667+00:00
Krupakar Reddy 21 Reputation points
1 answer

Restrict Access to VM Azure Webserver over Public IP with geo filtering

I have a customer with a Windows server VM deployed in Azure. On this machine they have installed a webserver. with a public IP. We would like to restrict any access via the public IP to Switzerland and Italy. For server management we use a site to…

Azure Virtual Network
Azure Virtual Network
An Azure networking service that is used to provision private networks and optionally to connect to on-premises datacenters.
2,158 questions
asked 2024-04-16T12:23:50.0766667+00:00
Phil McShee 41 Reputation points
edited an answer 2024-04-16T14:15:34.87+00:00
ChaitanyaNaykodi-MSFT 23,031 Reputation points Microsoft Employee
1 answer One of the answers was accepted by the question author.

Delete Azure virtual network address space using powershell

I have a virtual network that have multiple address spaces. I want to use powershell to delete a specific address space.

Azure Virtual Network
Azure Virtual Network
An Azure networking service that is used to provision private networks and optionally to connect to on-premises datacenters.
2,158 questions
asked 2024-04-15T10:18:18.7333333+00:00
Martin Thong 60 Reputation points
edited the question 2024-04-16T03:28:38.95+00:00
ManoharLakkoju 535 Reputation points Microsoft Vendor
1 answer One of the answers was accepted by the question author.

MS is blocking me

I cannot login to any VM I create anymore. Other people can login to my VM's when I create them but I cannot. I assume MS is blocking me. Help.

Azure Virtual Network
Azure Virtual Network
An Azure networking service that is used to provision private networks and optionally to connect to on-premises datacenters.
2,158 questions
asked 2024-04-15T21:08:42.56+00:00
Kurt Riley 20 Reputation points
commented 2024-04-15T21:23:46.4566667+00:00
Kurt Riley 20 Reputation points
2 answers

Boot diagnostics is throwing error whenever I change the network setting on storage account to "Enabled from selected virtual networks and IP addresses" and is working fine with "Enabled from all networks"

Boot diagnostics is throwing error whenever I change the network setting on storage account to "Enabled from selected virtual networks and IP addresses" and is working fine with "Enabled from all networks" Please advise

Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
7,157 questions
Azure Storage Accounts
Azure Storage Accounts
Globally unique resources that provide access to data management services and serve as the parent namespace for the services.
2,714 questions
Azure Virtual Network
Azure Virtual Network
An Azure networking service that is used to provision private networks and optionally to connect to on-premises datacenters.
2,158 questions
asked 2024-04-09T12:46:52.04+00:00
Abhishek Zende 0 Reputation points
commented 2024-04-15T11:30:55.5033333+00:00
KapilAnanth-MSFT 35,246 Reputation points Microsoft Employee
1 answer

Private link / VNet integration between App Service and MySQL Database

Hello, Between an App Service and an Azure Database for MySQL I created a Private Link with VNet integration, so that the Database for MySQL is only reachable through the App Service and not through the public internet. When looking at the App…

Azure Virtual Network
Azure Virtual Network
An Azure networking service that is used to provision private networks and optionally to connect to on-premises datacenters.
2,158 questions
Azure Private Link
Azure Private Link
An Azure service that provides private connectivity from a virtual network to Azure platform as a service, customer-owned, or Microsoft partner services.
469 questions
Azure Database for MySQL
Azure Database for MySQL
An Azure managed MySQL database service for app development and deployment.
714 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
6,908 questions
asked 2024-04-11T16:25:04.0466667+00:00
JohnC92 0 Reputation points
answered 2024-04-15T08:15:52.5433333+00:00
KapilAnanth-MSFT 35,246 Reputation points Microsoft Employee
2 answers

Upgrade to Standard SKU - Microsoft recommends Standard SKU public IP address for production workloads

To upgrade to Standard SKU - Microsoft recommends Standard SKU public IP address, I need to dissociate the public IP address from the network interface card. What is the consequence of such dissociation? Is my website on my VM going to stop once the IP…

Azure Virtual Network
Azure Virtual Network
An Azure networking service that is used to provision private networks and optionally to connect to on-premises datacenters.
2,158 questions
asked 2024-04-05T22:18:33.07+00:00
Steven Li 0 Reputation points
edited the question 2024-04-15T03:43:18.0866667+00:00
KapilAnanth-MSFT 35,246 Reputation points Microsoft Employee
0 answers

Topology not appearing under network watcher monitoring

Hello - I'm trying to see my network topology. When I go into my network watcher resource, it doesn't appear under "Monitoring." Am I doing something wrong?

Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
7,157 questions
Azure Virtual Network
Azure Virtual Network
An Azure networking service that is used to provision private networks and optionally to connect to on-premises datacenters.
2,158 questions
Azure Network Watcher
Azure Network Watcher
An Azure service that is used to monitor, diagnose, and gain insights into network performance and health.
159 questions
asked 2024-04-10T19:36:01.7466667+00:00
Anthony Belden 0 Reputation points
commented 2024-04-13T22:39:19.58+00:00
dashanan13 930 Reputation points
4 answers

Managing private endpoints with "portal" subresource and multiple Data Factory deployments.

Hi everyone, We have several data factories across many subscriptions (data sensitivity isolation, different environments, etc ...). Basically, if a managed service is compatible with the Private Link Service, we use it as our Azure environment is…

Azure DNS
Azure DNS
An Azure service that enables hosting Domain Name System (DNS) domains in Azure.
598 questions
Azure Virtual Network
Azure Virtual Network
An Azure networking service that is used to provision private networks and optionally to connect to on-premises datacenters.
2,158 questions
Azure Private Link
Azure Private Link
An Azure service that provides private connectivity from a virtual network to Azure platform as a service, customer-owned, or Microsoft partner services.
469 questions
Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
9,600 questions
asked 2022-06-02T08:17:33.327+00:00
LukeCloudWalker-6128 36 Reputation points
answered 2024-04-12T19:48:01.18+00:00
Eric Ehret 0 Reputation points