6,979 questions with Azure App Service tags

Sort by: Updated
1 answer

redirect non www url to www url in Azure app service

I want to redirect non www urls to www url in my application with custom domain added to azure app service, Currently my application is available at both www and non www because I have added 2 custom domains which is example.com and www.example.com. But…

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
6,979 questions
asked 2024-05-16T08:40:41.4833333+00:00
Buddiz AI 0 Reputation points
answered 2024-05-17T06:36:21.5933333+00:00
Jing Zhou 2,550 Reputation points Microsoft Vendor
0 answers

Rendering SSRS for reports for a Web application on Azure

Hello I have a question on running SSRS for reports for a Web application I am working on a project using SSRS on a VM , SQL Managed instance and a Web app ( .net8) . My VM and Managed instance are running inside a vnet and connected to my web…

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,227 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
6,979 questions
asked 2024-05-17T06:05:06.3766667+00:00
Chris Boyce 20 Reputation points
0 answers

How to connect to Azure Cosmos DB for MongoDB vCore via a private endpoint from app service?

Hi everyone, I'm having trouble connecting to the mongodb from one of my web app. It used to work perfectly until a private endpoint was configured. I tried to replace the domain name in the connection string with the FQDN. I got this…

Azure Cosmos DB
Azure Cosmos DB
An Azure NoSQL database service for app development.
1,463 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
6,979 questions
asked 2024-05-17T03:22:11.1066667+00:00
Phillip Hu 0 Reputation points
edited the question 2024-05-17T04:06:23.3066667+00:00
OMMI NAVEEN KUMAR 195 Reputation points Microsoft Vendor
0 answers

how to calculate SLAs for Azure services

We are using lot of Azure services in a project, working together such as App Service Environment/App Service Plan/ Web App, Function Apps. ASP are in premium tier Cosmos DB ADF, Logic Apps, Storage Account, Azure Document Intelligence Given all the…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,345 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
6,979 questions
asked 2024-05-17T03:07:11.6333333+00:00
Animesh Kashyap 21 Reputation points
0 answers

My website is very slow to start up

I have a simple Blazor server app connected to free Azure SQL. It works fine but if nobody uses it for a while then it is very, very slow to start. To try and fix this I upgraded to the plan B1 and enabled "Always On". I don't believe this is a…

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
6,979 questions
asked 2024-05-16T23:44:37.01+00:00
Mark Evans 0 Reputation points
edited the question 2024-05-17T02:36:23.24+00:00
Mark Evans 0 Reputation points
2 answers

What permissions are required to allow app services to import a certificate from a keyvault that uses RBAC?

I have an azure app service and key vault that is using RBAC. I am unable to get the app service to import a certificate from key vault. I keep getting this error: Failed to import key vault certificate: ... . Error: The service does not have access…

Azure Key Vault
Azure Key Vault
An Azure service that is used to manage and protect cryptographic keys and other secrets used by cloud apps and services.
1,141 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
6,979 questions
asked 2024-05-15T01:04:34.1366667+00:00
Barry Bahrami 11 Reputation points
commented 2024-05-17T02:22:33.2633333+00:00
Barry Bahrami 11 Reputation points
1 answer One of the answers was accepted by the question author.

How to configure app service identity provider?

What is the difference among alternatives in the section Client application requirement Allow requests only from this application itself Allow requests from specific client applications Allow requests from any application (Not recommended) and…

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
6,979 questions
asked 2024-04-16T13:24:05.6633333+00:00
Ernesto 61 Reputation points
commented 2024-05-16T22:10:31.8766667+00:00
sahal 0 Reputation points
1 answer

I created an Assistant in the Assistants Playground. No files and no functions. When I ask a simple question like "how are you" the request most of the time fails and a lot of times takes about 90 seconds or more.

My experience with Assistants thus far has been terrible. I created a Gpt4 assistant on the playground. I eventually want to add some text files and a couple of functions. But even without them it has been next to impossible to get a response for any…

Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
2,244 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
6,979 questions
asked 2024-05-07T19:11:13.6166667+00:00
Kumar Rajan 0 Reputation points
answered 2024-05-16T16:36:22.7033333+00:00
AshokPeddakotla-MSFT 28,131 Reputation points
1 answer One of the answers was accepted by the question author.

Hosting Plan - Website - Deleted

Hello. How to restore resource in Azure using REST API or other? I urgently need to restore files that I accidentally deleted today: Resource: Azure Hosting Plan - Website Best Regards, Gabriel Moraes.

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
6,979 questions
asked 2024-05-13T16:53:37.55+00:00
Gabriel Moraes 225 Reputation points
commented 2024-05-16T16:14:41.35+00:00
Grmacjon-MSFT 16,356 Reputation points
1 answer

How do I take my App Service offline, test the new app, then go online?

Hi all; When I go to push my site from staging to production, I often need to run a SQL script to update the database schema. So is there a way to: Take the site offline Run the SQL script Swap from staging to production Test the production site …

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
6,979 questions
asked 2024-05-16T14:38:48.1733333+00:00
David Thielen 2,286 Reputation points
commented 2024-05-16T15:21:13.62+00:00
David Thielen 2,286 Reputation points
1 answer

Adding Entra ID authentication to a web app that utilizes Web PubSub in Azure

I'm trying to simply add Microsoft Entra ID for authentication to an Azure web app. I have a javascript chat-app using Web PubSub that worked perfectly using this…

Azure Web PubSub
Azure Web PubSub
An Azure service that provides real-time messaging for web applications using WebSockets and the publish-subscribe pattern.
66 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
6,979 questions
Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
19,745 questions
asked 2024-05-03T07:15:10.3633333+00:00
Peter Daniels 40 Reputation points
commented 2024-05-16T15:02:28.0866667+00:00
Peter Daniels 40 Reputation points
1 answer

Azure App Service Plan CPU Spikes to 100%

I've been experiencing intermittent CPU spikes to 100% in my Azure App Service Plan, but when I investigate the individual App Services within that plan during the same time range, the CPU usage appears to be normal. I've also closely examined function…

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
6,979 questions
asked 2023-09-09T07:33:34.4066667+00:00
Tahami Rizwan 20 Reputation points
commented 2024-05-16T15:02:07.93+00:00
Marco Gea 0 Reputation points
1 answer

App Service Plan Create operation is throttled

I'm trying to create a web app on azure today. However, the creation was failed with error code 429. I tried three times and the problem persists. I read several other posts about this error code. All the answers suggest that this throttling is for the…

Azure Cloud Services
Azure Cloud Services
An Azure platform as a service offer that is used to deploy web and cloud applications.
652 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
6,979 questions
asked 2022-01-12T10:14:05.267+00:00
Liu, Yansong 6 Reputation points
commented 2024-05-16T14:53:41.6+00:00
Vasko Boshkov 0 Reputation points
2 answers

I'm trying to deploy the HCI 23H2 cluster from the Azure Portal and hit the following error while validating the cluster. Any suggestions to troubleshoot?

I have registered the system PatrasA with AzureARC using the below link. https://learn.microsoft.com/en-us/azure-stack/hci/deploy/deployment-arc-register-server-permissions?tabs=powershell while validating the nodes from the AzurePortal hit the below…

Azure Stack HCI
Azure Stack HCI
A hyperconverged infrastructure operating system delivered as an Azure service that provides security, performance, and feature updates.
275 questions
Azure Arc
Azure Arc
A Microsoft cloud service that enables deployment of Azure services across hybrid and multicloud environments.
335 questions
Windows Server Clustering
Windows Server Clustering
Windows Server: A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.Clustering: The grouping of multiple servers in a way that allows them to appear to be a single unit to client computers on a network. Clustering is a means of increasing network capacity, providing live backup in case one of the servers fails, and improving data security.
962 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
6,979 questions
asked 2024-05-10T06:54:38.49+00:00
Yall 0 Reputation points
answered 2024-05-16T14:27:18.7033333+00:00
geevee.sajan 0 Reputation points
1 answer One of the answers was accepted by the question author.

Can the Application Gateway passthrough a client certificate so it can be recognised by APIM?

Can the Application Gateway passthrough a client certificate so it can be recognised by APIM? in our case it is not validating the certs

Azure Front Door
Azure Front Door
An Azure service that provides a cloud content delivery network with threat protection.
593 questions
Azure Application Gateway
Azure Application Gateway
An Azure service that provides a platform-managed, scalable, and highly available application delivery controller as a service.
967 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
6,979 questions
asked 2022-01-20T09:53:27.6+00:00
gaur 211 Reputation points
edited a comment 2024-05-16T12:05:27.95+00:00
FranRomero-7950 0 Reputation points
2 answers One of the answers was accepted by the question author.

Azure Application Gateway: Client Certificates headers?

Hello, I've been troubleshooting a really strange issue on my Application Gateway and my Azure Web Application behind. A month ago, I've set up my application gateway with an web application and all seemed to work well, passing the header I need…

Azure Application Gateway
Azure Application Gateway
An Azure service that provides a platform-managed, scalable, and highly available application delivery controller as a service.
967 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
6,979 questions
asked 2021-09-16T08:51:04.377+00:00
Adrien Michaud 21 Reputation points
commented 2024-05-16T12:04:29.8833333+00:00
FranRomero-7950 0 Reputation points
0 answers

The process cannot access the file because it is being used by another process.

I have a function to write log to a text file: using (var mutex = new Mutex(false, fullPath.Replace("\\", ""))) { mutex.WaitOne(Timeout.Infinite, false); File.AppendAllText(fullPath, content.ToString()); …

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,437 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
6,979 questions
asked 2024-05-16T02:43:07.7033333+00:00
Jimmy Koo 0 Reputation points
commented 2024-05-16T11:48:47.2133333+00:00
Viorel 112.8K Reputation points
1 answer

Custom Hybrid Connection Manager

Hi, I would like to know if we can have a custom hybrid connection manager in .net core code. I would like to connect to on-prem sql server from a cloud deployed .net solution. I am using Azure app service /Relay/Hybrid Connection for the same. I would…

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,227 questions
SQL Server
SQL Server
A family of Microsoft relational database management and analysis systems for e-commerce, line-of-business, and data warehousing solutions.
12,844 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
6,979 questions
asked 2024-05-08T15:25:31.47+00:00
Santhi Dhanuskodi 145 Reputation points
commented 2024-05-16T10:07:17.31+00:00
Andrew Sutton 0 Reputation points
0 answers

app setting with a hyphen doesn't work with task Azure App Service deploy v4

I'm using Azure App Service deploy version 4 in azure devops and I'm trying to set an app setting to a value that starts with a hyphen/dash. The value is coming from the vault/group variable The setting is as follows -PRIVATE_KEY $(key-private). When the…

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
6,979 questions
asked 2024-05-10T14:00:11.24+00:00
Yanis Kross 1 Reputation point
commented 2024-05-16T09:29:18.68+00:00
ajkuma 22,761 Reputation points Microsoft Employee
1 answer One of the answers was accepted by the question author.

Accessing environment variable in azure web app (python)

I have a django application where I am trying to fetch the environment variables required in the app. (I have refered this blog) But still I am not able to fetch the environment values. This is the code block for fetching the db connection from the…

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.
6,979 questions
asked 2024-05-15T06:36:48.9+00:00
Ayan Usmani 171 Reputation points
accepted 2024-05-16T08:50:42.92+00:00
Ayan Usmani 171 Reputation points