7,357 questions with Azure App Service tags

Sort by: Updated
0 answers

Azure App Service plan stuck at 77% memory usage, even though the single app on it is using 160mb

I currently have a single, small razor pages app running on a B1 Linux App Service plan. The web app itself is only using 160mb of memory, but I noticed the plan is stuck at about 77% usage. I tried all the troubleshooting steps I found on forum posts…

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,357 questions
asked 2024-07-20T04:30:36.1133333+00:00
Omar Ashraf 0 Reputation points
0 answers

Azure app service pulling image failure error

Hi, I have an azure app service(Linux based) with publishing model as ‘Container’. I am using private Artifactory to pull docker images from as container registry. I am able to pull sample .Net 6.0 web api from the registry and successfully run. For…

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,357 questions
asked 2024-05-31T15:53:02.9066667+00:00
Sankar Gopalakrishnan 20 Reputation points
commented 2024-07-20T00:20:24.1866667+00:00
Grmacjon-MSFT 17,366 Reputation points
0 answers

Webapp in Azure (hosted in Windows system) doesn't display anymore the Logs from the App

I have a Webapp in Azure where we have a NodeJs app running. Until today, the logs in Azure Portal from the Webapp, or in Visual Studio with the Azure plug-in, showed the console logs we have in code. Since today, after Azure maintenance in our region,…

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,357 questions
asked 2024-07-17T08:37:36.4533333+00:00
Ferraz de Sousa, Marco 0 Reputation points
commented 2024-07-19T21:00:55+00:00
Grmacjon-MSFT 17,366 Reputation points
0 answers

Multiple resource group found

We faced a strange issue during deploying our API to Azure AppService resource. Deploy yaml pipeline includes AzureAppServiceManageV0 task run and it is precisely this task that has begun to fail recently. We continue getting "Multiple resource…

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,357 questions
asked 2024-07-17T18:57:44.0633333+00:00
Pavel Makul 0 Reputation points
commented 2024-07-19T19:56:10.8533333+00:00
Grmacjon-MSFT 17,366 Reputation points
1 answer

Intemittent Login failed for user '<token-identified principal>'.","details":"SqlException: Login failed for user '<token-identified principal>

Hello. We've an API running on Azure App Service that uses user assigned managed identity to authenticate against an Azure SQL DB. The app works most of the time, no problem with authentication, however, we get an intermittent authentication issue like…

Azure SQL Database
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,357 questions
Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
20,534 questions
asked 2024-07-19T07:35:14.8533333+00:00
mustafa altunok 0 Reputation points
answered 2024-07-19T19:28:34.64+00:00
Amira Bedhiafi 19,626 Reputation points
0 answers

App Service Environment Migration

Hello, I'm new to App Service Environment/Function app on Azure. We have been told that our App Service Environment might needs to be updated to v3 because old versions will retire on August 31st, 2024. Is Function app related to App Service…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,637 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,357 questions
asked 2024-07-19T14:14:18.9433333+00:00
Gus-0185 20 Reputation points
edited a comment 2024-07-19T16:00:24.4266667+00:00
Ben Gimblett 3,845 Reputation points Microsoft Employee
0 answers

How do I get past Azure app verification with a Blazor SPA where my microsoft-identity-association file cannot be found by the verification tool?

Hello, I am trying to verify two app domains in registrations on the Azure App service. When I go to Branding and Domain and try to verify my new domain it fails. The app I am verifying is a Blazor SPA that I can definitely see the file and folder in…

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,357 questions
asked 2024-07-19T14:22:00.3733333+00:00
Robert Parry 0 Reputation points
1 answer

How to generate JWT token for client_assertion?

We have an app registration which is connected to an external API. We have to use this API in our Azure Data factory. For this purpose, till now we were generating client secrets and generating tokens (in Azure Data Factory) from this URL -…

Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
10,128 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,357 questions
asked 2024-07-18T08:15:12.36+00:00
DevanshAgarwal-0149 0 Reputation points
edited a comment 2024-07-19T14:17:58.1+00:00
Chandra Boorla 235 Reputation points Microsoft Vendor
0 answers

Name or service not known (dc.services.visualstudio.com:443)

I was performing build and deployment of Azure app service using Azure DevOps. Build step is showing successful but publish artifact giving warning as follow. Also artifact is uploaded successfully. Warning, ApplicationInsightsTelemetrySender failed to…

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,357 questions
asked 2024-07-16T13:52:26.1666667+00:00
Khandu Shinde 110 Reputation points
commented 2024-07-19T12:24:00.8533333+00:00
ajkuma 24,736 Reputation points Microsoft Employee
3 answers One of the answers was accepted by the question author.

Not seeing anything in Local Git credential

Hi, I have setup a basic web app in Azure. I want to configure local git as the deployment source. So I selected Local Git option in the Deployment Center. But when I go to the "Local Git/FTPS credentials" tab, I am not able to see anything in…

Microsoft Configuration Manager Deployment
Microsoft Configuration Manager Deployment
Microsoft Configuration Manager: An integrated solution for for managing large groups of personal computers and servers.Deployment: The process of delivering, assembling, and maintaining a particular version of a software system at a site.
939 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,357 questions
asked 2024-07-18T15:02:07.6533333+00:00
Pratip Yahoo 20 Reputation points
edited an answer 2024-07-19T11:33:00.1933333+00:00
Srinud 2,040 Reputation points Microsoft Vendor
0 answers

How to generate token for client_assertion without certificates?

We have an app registration which is connected to an external API. We have to use this API in our Azure Data factory. For this purpose, till now we were generating client secrets and generating tokens (in Azure Data Factory) from this URL -…

Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
10,128 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,357 questions
asked 2024-07-19T11:14:11.81+00:00
DevanshAgarwal-0149 0 Reputation points
0 answers

Having an error with website

Just a test as customer got a 404 error when trying to ask a question.

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,357 questions
asked 2024-07-19T07:41:20.97+00:00
Brian 0 Reputation points Microsoft Vendor
edited a comment 2024-07-19T10:43:57.1166667+00:00
ajkuma 24,736 Reputation points Microsoft Employee
3 answers

Azure Policy for enabling diagnostic settings for WebApp/Function App - No resources remediated

I am working in an existing Azure environment where there is no governance and I am in the process of creating Azure Policies. Currently I am working on creating Azure Policy to enable Diagnostic settings for Azure Web App, Azure Function App and Web…

Azure Monitor
Azure Monitor
An Azure service that is used to collect, analyze, and act on telemetry data from Azure and on-premises environments.
3,014 questions
Azure Policy
Azure Policy
An Azure service that is used to implement corporate governance and standards at scale for Azure resources.
830 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,357 questions
asked 2024-06-21T12:39:52.0933333+00:00
Senthil Ramadoss 0 Reputation points
answered 2024-07-19T09:47:00.26+00:00
Abdul 2,510 Reputation points Microsoft Vendor
1 answer

Azure Portal not responding - need support

I am trying to manage my production web app (app service), but the Azure Portal is not responding - it is very slow and does not finish loading the page. The gray placeholder boxes never load to show any values, all of the menu items are disabled so I…

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,357 questions
asked 2024-07-18T23:39:38.5866667+00:00
Eric Barkalow 0 Reputation points
edited the question 2024-07-19T08:34:29.0966667+00:00
JananiRamesh-MSFT 23,566 Reputation points
3 answers One of the answers was accepted by the question author.

How to release host name reservation of App Services, Storage Account and Key Vault after deleting them

I tried to recreate app service, storage account in another tenant but keep getting error about the names have been already taken. After some research, I found out that there is a host name reservation for a period of time after you delete app service…

Azure Storage Accounts
Azure Storage Accounts
Globally unique resources that provide access to data management services and serve as the parent namespace for the services.
2,911 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,357 questions
asked 2023-06-21T08:17:51.3166667+00:00
Dung Tan Hoang Nguyen 70 Reputation points
commented 2024-07-19T08:03:20.5033333+00:00
Ben Yang-楊家維 0 Reputation points
1 answer One of the answers was accepted by the question author.

WordPress on App Service failes

I'm currently in the process of setting up a WordPress instance as outlined in this tutorial: https://learn.microsoft.com/en-us/azure/app-service/quickstart-wordpress. I have successfully set up a virtual network and a resource group. However, I'm…

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,357 questions
asked 2024-07-17T15:40:16.7933333+00:00
RB 20 Reputation points
accepted 2024-07-19T07:08:43.82+00:00
RB 20 Reputation points
85 answers

About integrated Windows authentication on a desktop application

We have an app registered in Azure Active Directory, and we're trying to use the 'Integrated Windows Authentication' method, but when we try to add our user to a Windows account to log in, we get this error: 'Looks like this isn't a Microsoft account.…

Microsoft Authenticator
Microsoft Authenticator
A Microsoft app for iOS and Android devices that enables authentication with two-factor verification, phone sign-in, and code generation.
6,089 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,357 questions
asked 2023-04-13T16:21:23.7966667+00:00
Anonymous
answered 2024-07-19T05:49:50.8466667+00:00
How can l complain to zomato 0 Reputation points
1 answer One of the answers was accepted by the question author.

Regarding the message "Remote storage is required for Webjob operations"

I suddenly got the message "Regarding the message "Remote storage is required for webjob operations" on my webjobs dashboard. I confirm that it did not appear as of yesterday. I would like to know what to do about this as I am no longer…

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,357 questions
asked 2024-07-18T02:35:16.9766667+00:00
涌井大輔 30 Reputation points
commented 2024-07-19T04:39:53.9666667+00:00
涌井大輔 30 Reputation points
0 answers

API Permissions not updated when using Microsoft Graph

I have an App Registration that has two API permissions. I want to use this permission to access some information about the user in my apps. I have already integrated this app registration into my web apps in Azure Portal. I am adding this in the…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,382 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,357 questions
Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
20,534 questions
asked 2024-07-19T04:13:16.27+00:00
Al Ghiffari 0 Reputation points
edited the question 2024-07-19T04:17:45.1166667+00:00
Al Ghiffari 0 Reputation points
1 answer

503 service unavailable

I am using devops api to pull requests data for a report in our in-house web application. All has always worked fine. Today I got a 503 service unavailable error. To rule out my app, I used a tool (postman, bruno) and verified indeed I am getting now a…

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,357 questions
asked 2024-07-18T23:11:10.3666667+00:00
Schultz, Cecilia 0 Reputation points
answered 2024-07-19T01:06:41.9066667+00:00
akinbade abiola 8,450 Reputation points