Questions tagged [azure-bastion]

37 questions
0
votes
0 answers

Is it possible to RDP connect to VM via Bastion using AAD account on non-domain-joined computer?

I have been using Bastion successfully to setup an RDP connection from my local machine to an Azure VM which is AAD joined. My laptop is also AAD registered and I was using the native client via Azure CLI. However, I've just been provided with a new…
ASH
  • 573
  • 2
  • 7
  • 20
0
votes
1 answer

Is Azure Bastion common across resource groups?

I have two resource groups(RG1 and RG2 ) and I am using Azure Bastion in RG2 and I don't want Azure Bastion in RG1(old Resource group). Can I delete Azure Bastion from RG1 with out affecting RG2. I dread if it affects my Bastion setup in RG2(New…
0
votes
0 answers

What is file_transfer_enabled in azurerm_bastion_host?

Can someone please explain what file_transfer_enabled in azurerm_bastion_host stands for? Because for file transfer one uses the native client, which is already enabled using tunneling_enabled? So why do we need file_transfer_enabled?
stefan.at.kotlin
  • 15,347
  • 38
  • 147
  • 270
0
votes
0 answers

How to publish to IIS behind Azure Bastion?

I use Azure bastion to access to the virtual machines. Now, I need to publish from Visual Studio several ASP NET apps, but the problem is that selecting the virtual machine when publishing from Visual Studio, an error appears: That it is normal…
kokokok
  • 1,030
  • 1
  • 9
  • 26
0
votes
1 answer

Concurrent 5 users connection to VM using bastion

I want to have 5 concurrent logins to my Window VM. I have set up the bastion service and can log in through admin as well as as an invited user. but the issue is am not able to log in as multiple users at one time. But in bastion instance it has…
cherry
  • 389
  • 5
  • 16
0
votes
1 answer

Azure Bastion: Allow invited user to login to Azure VM and unable to login

I have created an Azure VM in a VNet. The VM has no public IP, so the only way to log in is through Azure Bastion Host. I have invited an external user and provided them the "Virtual Machine user login" access for the VM. When the user tries…
cherry
  • 389
  • 5
  • 16
0
votes
1 answer

Configured Azure Bastion service for VM, when I am trying to connect it is always showing connection error and bastion service appears unstable

Configured Azure Bastion service for VM, when I am trying to connect through Bastion service it is always showing connection error and bastion service appears unstable, and it is showing the target machine is either currently unreachable or…
Arun A
  • 21
  • 2
0
votes
0 answers

Accessing http url hosted on a VNet Peered VM from another VM

If I peer two Bastion VMs via VNet, and run a web application on one VM, will I be able to access its REST url from the other VM? Is there a charge involved for this type of access? Sorry that I couldn't find it in me to understand all that jargon…
Walking Corpse
  • 107
  • 7
  • 31
  • 49
0
votes
1 answer

Azure Bastion service : is Jump box still required?

As Azure Bastion service provides the secured accessibility, is Jump box still required? What are all the scenarios that would require the jump box in Azure?
One Developer
  • 99
  • 5
  • 43
  • 103
0
votes
0 answers

Azure Bastion terminal: copy/paste no working as excpected, how can i confgure it correctly?

I have private VM which i can only connect to using Azure Bastion. once i connect to it using Bastion, a termial opens in my browser, however i can not copy/paste correctly: example: if have a file having multilines, and those lines have NO break…
Mohamed
  • 239
  • 1
  • 4
  • 17
0
votes
2 answers

Can I use Azure Bastion to tunnel into my CosmosDB?

I'm trying to connect to my Mongo CosmosDB instance through Azure Bastion. Our IT department blocks all outbound traffic thats not on port 443 so in order for me to be able to access anything I have to tunnel it through port 443 first. I have a bit…
justin.m.chase
  • 13,061
  • 8
  • 52
  • 100
0
votes
1 answer

Azure bastion failing to connect to VM

I am trying to connect to a Linux VM with a network bastion in Azure. I am running the following command. az network bastion ssh --name "" --resource-group "" --target-resource-id…
0
votes
1 answer

How do I resolve authentication errors against an Azure VM via Azure Bastion using local native RDP client?

I have an Azure VM that I can access through Bastion in the Azure Portal without issue, but I would like to access this through my local native RDP client (in Windows). I have the following config: Local account (un/pw) setup to access Setup a NSG…
Tone
  • 2,793
  • 6
  • 29
  • 42
0
votes
1 answer

Bastion MFA enabled account Login Failure

I am trying to use bastion which works fine with account without mfa but get login failed when using mfa account and get below in audit log OperationName Microsoft.Network/BastionHost/disconnect Message Login Failed Is this known issue where it…
0
votes
2 answers

Is Azure Bastion able to connect via transitive peering?

For a while now it is possible for Azure Bastion to reach networks which are connected over vnet peering. I'm wondering if it is able to reach networks which are peered via transitive peering, a multiple hub-spoke model (see below image)?
MyName
  • 180
  • 1
  • 2
  • 19