python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Terraform retrieve inbound NAT rules ports
I'm deploying infrastructure on Azure using Terraform,
I'm using modules for a linux scale set an a load balancer and using azurerm_lb_nat_pool in order to have SSH access to the VMs,
I have a need no...
stas L
Votes: 0
Answers: 0
how to host nodejs api application on azure virtual machine?
I am new to Azure virtual machine and in hosting world. I have created a nodejs api application, and now I want to host it on virtual machine. I have create a virtual machine too, but I have no idea o...
jkkCoder
Votes: 0
Answers: 1
How to configure multiple azurerm providers authenticated via system-assigned managed identity using environment variables
I want to configure two azurerm providers using environment variables
I tried this:
variable "SUBSCRIPTION_ID" {
description = "Subscription ID where resources will be deployed."...
Krzysztof Madej
Votes: 0
Answers: 2
Terraform script for provisioning azure Virtual machine scale set along with custom data or cloud init
I would like to know the terraform script for provisioning azure Virtual machine scale set along with custom data or cloud init.
I tried many ways to run my script against VMSS but its not working.As ...
PRAVEEN PDBR
Votes: 0
Answers: 2