Questions tagged [azure-app-services]

Azure App Service enables you to build and host web apps, mobile back ends, and RESTful APIs in the programming language of your choice without managing infrastructure

Azure App Service is an HTTP-based service for hosting web applications, REST APIs, and mobile back ends. You can develop in your favorite language, be it .NET, .NET Core, Java, Ruby, Node.js, PHP, or Python. Applications run and scale with ease on both Windows and Linux-based environments

Azure App service Docs

65 questions
1
vote
1 answer

Mounting Azure Files in Azure App Service

Summary I have an Azure App Service running a custom container. When I bind a path to an Azure Files share my container stops working. Looking at the Container Issues logs, I see the error: [BYOS] Custom storage volume(s) failed to initialize:…
JohnLBevan
  • 1,134
  • 7
  • 20
  • 44
1
vote
0 answers

Installing MSI to ASP.NET Core App Service Windows Container

I'm trying to use Visual Studio 2019 to develop a ASP.NET Core 3.1 app running in Docker for Windows. I'm having a few problems with this. I need to host an endpoint to start and stop a service and provide some health check info. The services are…
1
vote
2 answers

After a failed Azure Deploy, our deployed AppService is empty

We have a Azure DevOps pipeline that first deploys our resources using ARM-templates and then deploys our AppServices using zips. We've run the pipeline multiple times, and the application is correctly running. Sometime after in another deployment…
Kolky
  • 131
  • 1
  • 6
1
vote
0 answers

Azure AD service app registration automatically allowed for clients without approval

I have an Azure Web App Service that will be used in a service-to-service environment. I want that this service to use the Azure AD app registration for authentication. This service will due to it's implementation only use client credentials grant…
Rune G
  • 111
  • 2
1
vote
0 answers

On Azure portal I see some error in graph HTTP 5xx but I am unable to see detail of it on linux app service .net core 2.2

I am using azure Linux app service for my .NET core 2.2 . I see error in graph but unable to find to error detail its really important for me. I have checked also for the folder of logs 'Explained Here' but did not found any where I can see my error…
Ahmad
  • 111
  • 2
1
vote
1 answer

Can the Azure App Service Inbound IP ever change?

We are using "custom domains" in a azure app service. A DNS is pointing to the IP address of the app service listed in -> custom domains -> IP Address. Everything works as expected (y) Here's the question: Can this IP ever change? Should I be…
A. Kay
  • 13
  • 2
0
votes
0 answers

How to use DNS for App Services within an Azure VNET?

I've seen guides on how to deploy a DNS within a VNET for use with VM's, but I can't figure out how to do this for App Services. Especially since App Services don't have a static internal IP (at least not one that I can find in the portal). Local…
0
votes
0 answers

Optimizing an Azure App Service for Static Content

I have a "Basic" Azure App Service Plan hosting multiple App Services. One of those App Services contains exclusively static content (i.e., html, css, js, png, &c.). Question What server-side configuration settings are available to me in Azure to…
0
votes
1 answer

Create a new App Service during deployment on Azure DevOps

How can I create a new instance of App Service using the Azure CI/CD? My goal is to run the test E2E in each branch automatically and enable QA to test. I couldn't find any material about it. I am open to other options using containers etc.
0
votes
1 answer

Azure App Services - is it possible to unbind webapp from shared IP address?

Good day, As we know, creating IP based TLS binding (contrary to SNI binding) allocates a dedicated IP address to App Service webapp. But it still remains accessible via the IP shared with other webapps (including webapps of other customers). In…
0
votes
1 answer

Running Azure AD powershell module from app service

I'm running an App Service from which I would like to run commands from the Azure Active Directory V2 PowerShell module. I haven't found any module to do so and running a module's command result in this, logical, error : (the example is from the…
cyrilv
  • 305
  • 2
  • 3
  • 11
0
votes
1 answer

SSH into a Docker Container and list the files and directories

We have an SSH connection to our Docker container in an Azure App Service. How do we access the file system? We have tried dir and ls. There appear to be no files or directories in the container, even though the container is actively running a live…
Shaun Luttin
  • 667
  • 2
  • 7
  • 11
0
votes
1 answer

multiple apps backup in azure

I'm configuring backups for multiple app services in azure for my business. This link says that I have to put the backups in a storage account. I was wondering if I it is okay in practice to put all app service backups in one storage account or if I…
jay
  • 1
  • 1
0
votes
1 answer

Azure App Service can't connect to Azure AD Domain Services DNS server

There's a number of moving parts here so I'll try and bullet-point the setup (PS: all of the domain names and IP addresses below are fictitious). Azure Classic I have an Azure AD Domain Service for "mydomain.com". In the properties page for that…
0
votes
2 answers

Wildcard host headers in Azure App Service

I have a web app hosted on Azure App Service under my domain app.example.com. Customers access their own content using the following paths: app.example.com/customer1 app.example.com/customer2 etc.. But I also allow customers to use their own…
Joel
  • 101
  • 4