Questions tagged [azure]
For questions about Microsoft Azure, which is a Platform as a Service (PaaS) and Infrastructure as a Service (IaaS) cloud computing platform.
219 questions
1 vote
0 answers
28 views
Using an azure devops template and script library repo without breaking encapsulation or using magic identifiers
I have two azure devops repos: CommonRepo (in the Common team project), and MyRepo (in the MyProject team project) with the following structure: CommonRepo templates build.yaml libps ...
0 votes
0 answers
22 views
Azure DevOps - Transfer Entra/Subscription
Our team needs to move the ownership and billing of our Azure DevOps organization between two companies, and thus Entra tenants and domains. For the purposes of anonymity, "Company A" is the ...
0 votes
0 answers
24 views
Azure VMSS only downloads pipeline agent when pool recreated
I am working in the Azure DevOps environment, and I created a virtual machine scale-set to execute my build pipeline, but what is driving me crazy is that I created the pool based on Microsoft ...
0 votes
0 answers
30 views
When I create a static web app with azure and configure pipelines on Azure DevOps, it goes on loop
I am trying to create a static web app using Terraform. I want to configure a pipeline that runs everytime I commit to dev branch. Here the code to create my static web app in Terraform resource "...
0 votes
0 answers
78 views
AKS Ingress not reachable from outside despite correct DNS, NSG, and working internal connectivity
I’m deploying an AKS cluster via Terraform and letting Azure automatically handle the VNet and Load Balancer provisioning. I’ve also tried provisioning those manually — the outcome is the same either ...
0 votes
0 answers
37 views
Azure DevOps Server 2019 not trigging remote build of python function app
I have an Azure DevOps Server 2019 instance with a Windows build agent that needs to deploy a python function app (linux). I'm able to deploy the zip file to Azure, but no functions are found when the ...
0 votes
0 answers
27 views
Upgrading Terraform and AzureRM Provider – Seeking Advice
I've been assigned the task of upgrading Terraform and the AzureRM provider . The current setup manages various Azure resources using Azure DevOps pipelines, with the Terraform backend state stored ...
0 votes
0 answers
22 views
azure load balancer backend pool workloads can't communicate to frontend pool
I am trying to setup some Highly Available (HA) workloads using Azure loadbalancer: LB front end: IP: 110.3.0.1, Port: 6443 LB backend: VM1: 110.3.0.2, Port: 6443 VM2: 110.3.0.3, Port: 6443 VM3: ...