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.

Microsoft Azure (formerly Windows Azure) is Microsoft's application platform for the public cloud. Microsoft Azure can be used to build a web application or services that run and store its data in Microsoft data centres. It can connect on-premises applications with each other or map between different sets of identity information.

Use this tag for questions relating to applications hosted on Azure.

223 questions
24
votes
3 answers

How to have multiple git repos in an Azure DevOps project?

My organisation uses Azure DevOps and we want to use git as our repo. But, Azure projects seem to only allow one git repo per project. This is bizarre to me! Projects and repos are usually separate. One project may involve development on several…
JohnFF
  • 403
  • 1
  • 3
  • 7
8
votes
4 answers

Azure - Connection String in Key Vault vs Application Settings

For Azure Functions and WebJobs, is there any benefit to putting connection strings as Secrets in Key Vault instead of putting them directly in Application Settings (and referencing them using ConfigurationManager.ConnectionStrings)? Are Azure Key…
Anonymous1
  • 305
  • 2
  • 7
3
votes
1 answer

Azure virtual machine stalls in R due to parallel package

I am writing an R package with tests using the testthat package. The tests pass locally and on Travis. I want to plot the benefit of parallelisation on up to 24 cores, so I set up a virtual machine programmatically on Azure: az vm create \ …
miguelmorin
  • 181
  • 5
3
votes
1 answer

Does local cache solve the problem with locked files when deploying to Azure App Service?

During the deployments, occasionally I experienced issue with files being in use by App Service and thus not overwritten with newer versions. There are multiple recommendations to overcome this problem: Run your app from the ZIP package…
Alex
  • 141
  • 4
1
vote
1 answer

Jenkins Rerun Old Build with Specific Commit

I am pretty new to jenkins and trying to figure out the best way to accomplish rollbacks. Currently this is my pipeline: Obtain a webhook from beanstalk (git versioning) Build the project Obtain the build artifact and deploy to Azure This is…
Justin H
  • 13
  • 1
  • 4
1
vote
1 answer

Is Azure's B-2 app service plan better than a S-1 for production environments?

When using Azure's WebApps to run C# MVC based applications on production environments, I'm always wondering about when to use the B-2 (Basic-2 with 2-cores and 3.5 GB) and when to use S-1 (Standard-1 with 1-core and 1.75GB). It sure sounds like the…
1
vote
0 answers

Does Azure Cloud Queue Incoming SMS Text Messages?

Does Azure Communication queue incoming SMS text messages? How many? For how long? Maybe a better question is: Does Event Grid have message queing? Because i believe SMS sends events to the Event Grid. Azure Communication Services SMS capabilities…
johny why
  • 111
  • 2
1
vote
1 answer

How can I transfer the Product backlogs, EPICs, features etc.. from one organisation to another in Azure DevOps?

I have one Org structure created in my Azure DevOps for Eg: Org ABC, under that I have lots of backlog items (epics, features, PB's etc..) Now I have created a new Org Structure for which I am the owner for Eg: ORG XYZ. I want to move some of the…
Anuj Jain
  • 11
  • 1
1
vote
2 answers

Public/Private Access from Home Machine without VPN

I'm working from home, have a personal acct at MS Azure. My internet connection is Google Fiber 1Gb just like many other people. I'm an IT pro but totally green on Azure. While setting up some Azure services, Network connectivity section, Public…
Jeb50
  • 111
  • 1
1
vote
0 answers

How to trigger email when container changes

Is there a way in Azure to trigger an email send when for some reason the docker container changes? The containers are running in App Service Environments. When I have Jenkins change the container, this is no issue. However, there are times when a…
Eric C
  • 115
  • 4
1
vote
1 answer

Does a slot swap cause an application to restart when using deployment slot settings?

My web application in Azure has two deployment slots - staging and production. The purpose of the application is to draw a shape. The version currently deployed to the production slot draws a square. The version deployed to the staging slot draws a…
1
vote
1 answer

How to fetch resource group name( with pattern matching) using Azurecli

I set my az account to current subscription. And I am trying to fetch the resource name ending with (example "***kafka" ). How can i do it. I tried with az group list -n '***kafka' validation error: Parameter 'resource_group_name' must conform to…
Rocky Hai
  • 287
  • 1
  • 6
0
votes
0 answers

Unable to select .Net 8.0 inside "functions worker" inside visual studio 17.8.6,, when creating azure funtions

I have visual studio 2022 17.8.6, and .net 8.0 is installed as follow:- but when i create a new azure function which run on timely bases to integrate with sharepoint, as follow:- the .net 8.0 is not listed inside the "functions worker", as…
0
votes
0 answers

Using opentelemetry for Users, Sessions and Events of Application Insights

I am using Python in my project. From what I see in the documentation, Users, Sessions and Events sections of Application Insights takes data from customEvents table to make their metrics. But I can make records to customEvents only by using…
0
votes
1 answer

Azure B2C - Restrict access for default domain after creating custom domain

I have created an Azure B2C and we have a few user flows. These user flows use the default domain of b2cinstance.b2clogin.com. This domain doesn't go through a WAF so I decided to create an Azure Front Door with WAF Policy to set up a custom domain…
Ross
  • 101
1
2