azure-virtual-network Questions
2
Solved
I am not able to understand the difference between service endpoints and private endpoints clearly.
Need help preferably with an example.
Worthy asked 19/9, 2022 at 6:48
3
I am using below Terraform code to deploy Data factory Azure IR in managed virtual network:
resource "azurerm_data_factory_integration_runtime_azure" "ManagedIR" {
name = "...
Gilkey asked 29/6, 2022 at 14:58
3
$rg1="firstyear-rg-01"
$loc="eastasia"
New-AzResourceGroup -name $rg1 -location $loc
$ec1 = New-AzVirtualNetworkSubnetConfig -Name "ec-lab-sn-01" -AddressPrefix "...
Dipstick asked 2/10, 2020 at 1:35
2
Solved
One of my resource groups has been deleted by mistake. I am unable to find any option in the azure portal to restore it. Is there any option available to restore deleted resource groups?
Anyway asked 11/3, 2017 at 6:50
1
I have to sync some data via a static outbound IP that I need to whitelist with the data provider beforehand. For this reason, I would like to configure a static outbound IP address for an AC...
Mucronate asked 19/9, 2021 at 14:1
2
Solved
I have done exploration and I want to stick customized module concept rather than to use the Azure public registry of modules.
Source code location is here
https://github.com/ameyaagashe/help_me_...
Sampler asked 2/12, 2019 at 3:25
1
How to output resource id in bicep, while creating the subnet how do we get the output string, virtual network syntax s shown below
resource virtualNetwork 'Microsoft.Network/virtualNetworks@2019-1...
Pukka asked 21/10, 2021 at 0:23
4
I am trying to solve a problem. I have to access APIs that are hosted on my on premises server (on-prem) from Azure hosted Web API.
The problem is that my on-prem server only allows white listed ...
Benignity asked 4/9, 2019 at 12:25
4
Solved
I am working on ARM Templates, I have created the template file with two or more azure app services along with app service plan and then configured with VNET Integration of each app service.
This...
Assert asked 5/2, 2019 at 12:54
4
Solved
I have an Azure Web App and an Azure SQL Server, both in the same subscription. Both of them are connected to the same VNet Subnet as shown in the below snapshots. The SQL Server is configured not ...
Keele asked 9/6, 2020 at 6:34
1
Solved
Networking newbie here. From the Documentation it feels like both NSG and Routing tables(UDR) are doing the same thing - capable of defining ACLs at multiple levels (Vnet, Subnet, VM)
https://learn...
Gadabout asked 3/3, 2021 at 22:3
1
Just started learning Azure Virtual Network. Following excerpt is about Address Space as defined here: VNet Address Space. Question: When you say a VNet has an address space 10.0.0.0/16, what...
Fulgurant asked 30/11, 2020 at 3:8
4
Solved
Is there any way to create a virtual machine without Public IP address in Windows Azure?
Even if you are creating a VM in virtual network we cannot control the Public IP assigned by Azure. Is ther...
Hooked asked 7/10, 2014 at 6:0
2
Solved
I am configuring an Azure VPN with site-to-site connectivity to a large enterprise customer. I have configured the following address space:
Now the customer has asked "Could you please send us tra...
Implode asked 10/3, 2015 at 12:16
1
Solved
I am trying to create subnets per availability zones in Azure using terraform. I am using the code below to create a subnet.
resource "azurerm_subnet" "public_subnet" {
name = ...
Bratislava asked 4/6, 2020 at 12:51
4
Solved
Scenario
I want to use virtual network in order to limit access to Azure Database only from my App Service, so that I can turn of "Allow access to App Services" in firewall settings
What I have...
Cockaleekie asked 23/5, 2018 at 8:11
5
Is it possible to move an already setup app gateway from one subnet to another?
As of now haven't seen any way from the portal to do so.
Barrister asked 2/7, 2018 at 13:23
2
Solved
I have an API on an Azure App Service (S1) on which I configured VNet Integration (subnet 10.240.0.32/27). I also have a storage account on which I configured a Private Link (subnet 10.240.0.0/27 a...
Hames asked 30/3, 2020 at 17:55
3
Solved
I'm new to Azure. Just deployed an Ubuntu VM but thought I'd only create a private IP address, no public IP.
How do I ssh from my laptop at home to the Azure VM using the 10.x.x.x IP address?
I...
Atropos asked 27/5, 2018 at 3:42
1
Solved
I'm trying to write a PowerShell script that lists me all connected devices with there ips in my subnets in all VNets in all subscriptions.
UPDATE the below script works, scroll down for original...
Pecoraro asked 10/1, 2020 at 19:35
1
Solved
I have terraform directory structure as below:
terraform/
main.tf modules outputs.tf provider.tf variables.tf
./modules:
compute network resourcegroup
./modules/compute:
main.tf outputs.tf varia...
Proprietary asked 28/11, 2019 at 3:44
5
How do we increase the speed of this query?
We have approximately 100 consumers within the span of 1-2 minutes executing the following query. Each one of these runs represents 1 run of a consumpti...
Thermoluminescent asked 4/11, 2019 at 21:54
2
Solved
I'm trying to create sql database with private endpoint (preview enabled).
I'm getting following error:
{"code":"DeploymentFailed","message":"At least one resource deployment operation failed. ...
Zwiebel asked 15/10, 2019 at 8:20
2
As the question says, I want to know, why Azure reserves first four and the last IP address of a subnet?
Oran asked 8/4, 2017 at 17:52
4
I tried to add Cloud Service (classic) to Virtual Network (classic), but an error appears when I deploy (new portal - Update your deployment):
The update deployment operation failed for the dom...
Slaver asked 12/2, 2016 at 7:24
1 Next >
© 2022 - 2024 — McMap. All rights reserved.