7,779 questions with Azure App Service tags

Sort by: Updated
0 answers

Access denied due to invalid subscription key or wrong API endpoint only on web deployment

Hi, my problem is that I've deployed a new model from Azure OpenAI (gpt-4o). It perfectly works with API calls or in the playground, but when I deploy it in a webapp, I got the error message "Access denied due to invalid subscription key or wrong…

Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
3,081 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,779 questions
asked 2024-10-09T13:44:59.5866667+00:00
Tristan Coulange 0 Reputation points
commented 2024-10-12T05:25:07.51+00:00
Daniel FANG 700 Reputation points
1 answer

How to use FastAPI routers in azure app functions

I'm trying to use FastAPI within my Azure App function. I've followed the MS tutorial and finally come up with the following files : function_app.py import azure.functions as func from fastapi_app.main import app as fastapi_app app =…

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,779 questions
asked 2024-10-11T13:26:22.8933333+00:00
BERGES Armand 0 Reputation points
commented 2024-10-11T21:32:31.2+00:00
Sina Salam 10,726 Reputation points
0 answers

Application stopped working suddenly with 502 error

My app was deployed one year back, it was accessible and things were fine. But all of sudden couple day back we started getting 502 Bad Gateway Error. There were no changes in the backend. I was trying to copy the PRIVATE KEY and FULLCHAIN CERTIFICATE in…

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,779 questions
asked 2024-10-06T11:48:48.1933333+00:00
Mudasir Pasha 0 Reputation points
commented 2024-10-11T19:01:22.9466667+00:00
ajkuma 26,136 Reputation points Microsoft Employee
0 answers

How to add a multi-tenant SAML2 app using admin consent url

Hi, I try to integrate a multi-tenant application in my own tenant using an admin consent. The application is based on SAML2 and NOT OIDC. By default, when I add it using admin consent, it creates the app with OIDC by default. Once the app is created, I…

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,779 questions
asked 2024-10-11T14:07:55.0866667+00:00
Jean-François Bélisle 0 Reputation points
0 answers

How to fix 'code': 400, 'message': 'Failed to get managed identity token.'?

Hi folks! I am new to Azure AI web app deployment and currently testing out a simple chatbot web app. In the Azure AI Studio playground, I selected a deployed LLM model and added Retrieval-Augmented Generation (RAG), then deployed it using the…

Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
3,081 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,779 questions
Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
21,795 questions
asked 2024-10-06T17:48:17.42+00:00
Lorentz Yeung 10 Reputation points
commented 2024-10-11T13:30:34.4866667+00:00
Lorentz Yeung 10 Reputation points
0 answers

Temp storage inconsistency

I am using azure app service with linux docker containers (which use temp storage for containers and images). We are using the Premium v3 P2mv3 app service plan and our app has 63gb temp/host storage available that I can see from inside the containers…

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,779 questions
asked 2024-10-02T09:27:53.06+00:00
Lukasz Andrzejak 126 Reputation points
edited a comment 2024-10-11T12:35:43.4066667+00:00
Lukasz Andrzejak 126 Reputation points
4 answers

Increase Max Upload Size on Azure App Service PHP8

I'm trying to upload larger files to a PHP 8 app running on Azure App Service. The instructions in the Microsoft Documentation for Azure App Service are referencing PHP 7 which used Apache, rather than the PHP 8 instances which use NGINX so they don't…

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,779 questions
asked 2023-06-19T10:02:01.71+00:00
Daryl Peter 0 Reputation points
commented 2024-10-11T08:35:35.32+00:00
Luis Melendez 0 Reputation points
1 answer One of the answers was accepted by the question author.

unable to encrypt

I have using an Azure App Registration and i have encrypted client secret using the below syntax from powershell. $myfile = 'c:\temp\myappreg.key' Read-Host -assecurestring | convertfrom-securestring | out-file I am using the below lines in the script. i…

Microsoft Exchange Online
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
12,041 questions
Microsoft Exchange Online Management
Microsoft Exchange Online Management
Microsoft Exchange Online: A Microsoft email and calendaring hosted service.Management: The act or process of organizing, handling, directing or controlling something.
4,532 questions
PowerShell
PowerShell
A family of Microsoft task automation and configuration management frameworks consisting of a command-line shell and associated scripting language.
2,525 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,779 questions
asked 2024-10-11T05:39:21.39+00:00
Rising Flight 4,556 Reputation points
accepted 2024-10-11T07:26:22.51+00:00
Rising Flight 4,556 Reputation points
0 answers

I deployed an app through Open AI Studio, but the app's URL (Default domain) always leads to the "Hey, Python developers!" webpage

I created a chat based on AI Search Index from Open AI Studio. The chat worked well so I went ahead to deploy that chat as an app service, which seemed working as normal. But then I went to the deployed web app's overview page, and clicked the…

Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
3,081 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,779 questions
asked 2024-10-11T00:11:44.1533333+00:00
Neil 0 Reputation points
0 answers

Azure App Service [Errno 99] error while attempting to bind on address

My Azure App Service suddenly stopped working and won't successfully restart, anybody know how to fix this? I've stopped and restarted it several times, I've deployed a very minimal web page, still no luck. 2024-10-10T18:43:30.190546079Z ERROR: [Errno…

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,779 questions
asked 2024-10-10T18:50:40.8966667+00:00
Keith Freeman 0 Reputation points
edited the question 2024-10-10T21:24:23.9166667+00:00
Rakesh Gurram 8,495 Reputation points Microsoft Vendor
1 answer

I am pretty new to Azure however I was charged almost 300$ for creating a sql db and slightly using it a few times for a test app I was messing around with at home. Almost no data and not access to the db happened and I chose the "free preview" feature

I am pretty new to Azure however I was charged almost 300$ for creating a sql db and slightly using it a few times for a test app I was messing around with at home. Almost no data and not access to the db happened and I chose the "free…

Azure Cost Management
Azure Cost Management
A Microsoft offering that enables tracking of cloud usage and expenditures for Azure and other cloud providers.
2,590 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,779 questions
asked 2024-10-08T19:22:36.02+00:00
Charlie Cleveland 0 Reputation points
commented 2024-10-10T19:19:29.3+00:00
TP 95,221 Reputation points
1 answer One of the answers was accepted by the question author.

How to access App Service Domain settings

How to access actual settings for app service domain purchased through azure - registered with wildwestdomains.com

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,779 questions
asked 2024-10-10T15:22:38.1566667+00:00
Brad Bean 20 Reputation points
accepted 2024-10-10T19:10:37.35+00:00
Brad Bean 20 Reputation points
0 answers

Client Network Socket Disconnection Before TLS Connection in Azure

The request to https://smba.trafficmanager.net/....... failed with the reason: Client network socket disconnected before secure TLS connection was established. This issue is occurring in Azure.  

Azure Traffic Manager
Azure Traffic Manager
An Azure service that is used to route incoming network traffic for high performance and availability.
126 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,779 questions
asked 2024-10-09T19:09:17.5133333+00:00
David Shammas 5 Reputation points
edited a comment 2024-10-10T18:12:06.8133333+00:00
Sai Prasanna Sinde (Quadrant Resource LLC) 425 Reputation points Microsoft Vendor
3 answers One of the answers was accepted by the question author.

Azure App Services vs. Azure Kubernetes Service

Hi everyone. I have a project to develop a student admission management system, using a microservice architecture with Azure, with an estimate of 5 services (ASP.NET Core) and 1 service for Web UI (ReactJS) ), all services are containerized. I am…

Azure Kubernetes Service (AKS)
Azure Kubernetes Service (AKS)
An Azure service that provides serverless Kubernetes, an integrated continuous integration and continuous delivery experience, and enterprise-grade security and governance.
2,115 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,779 questions
asked 2022-09-29T04:25:23.26+00:00
Dat Tran 21 Reputation points
answered 2024-10-10T17:46:55.9166667+00:00
Shubham Mishra 0 Reputation points
0 answers

Settings tab in Deployment Center in an Azure Container Web App is not present

Hello, I'm trying to set up Continuous Deployment in an Azure Container Web App but when going to Deployment Center I can not see the Settings tab. I've not found any documentation that explains the reason about why it's not there. I want to enable…

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,779 questions
asked 2024-10-08T15:22:05.82+00:00
Javier Latorre 0 Reputation points Microsoft Employee
edited the question 2024-10-10T15:43:18.4533333+00:00
Javier Latorre 0 Reputation points Microsoft Employee
0 answers

Unable to Enable Application Logs for Linux Web App on Azure App Service

Details: I am trying to enable application logging for my Django app running on a Linux-based Azure App Service. My app is set up with the following details: Operating System: Linux Runtime Stack: Python 3.12 App Service Plan: PremiumV2 (P1v2) …

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,779 questions
Azure Static Web Apps
Azure Static Web Apps
An Azure service that provides streamlined full-stack web app development.
934 questions
asked 2024-10-10T14:18:43.8766667+00:00
Jacob Hughes-Hallett 0 Reputation points
edited the question 2024-10-10T14:19:49.69+00:00
Jacob Hughes-Hallett 0 Reputation points
0 answers

Not enough resources App Service Plan

I am aware that when receiving the following below error you must either select another SKU or another region to immediately solve the problem. Not enough available reserved instance servers to satisfy this request. Currently 9 instances are available.…

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,779 questions
asked 2024-10-10T06:32:14.1066667+00:00
Marcus Engebretsen 21 Reputation points
commented 2024-10-10T08:50:48.5533333+00:00
SnehaAgrawal-MSFT 21,586 Reputation points
0 answers

Angular front-end deployed in Azure can't connect to back-end API, the api url is spliced

Hello there, I have deployed Spring boot backend and Angular frontend website in Azure, when I access the website, for some reason the frontend url is spliced in front of the api url causing me to be unable to access it. My local development environment…

Azure API Management
Azure API Management
An Azure service that provides a hybrid, multi-cloud management platform for APIs.
2,129 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,779 questions
Azure Static Web Apps
Azure Static Web Apps
An Azure service that provides streamlined full-stack web app development.
934 questions
asked 2024-10-10T06:48:21.7433333+00:00
Wenbo Peng 0 Reputation points
0 answers

Let's Encrypt Certificate with Key Vault and Azure App Service Import Issues

Hi comunity, I have a wildcard certificate issued by Let's Encrypt. I want to use this certificate with an Azure App Service. Following the instructions, I created a password-protected .pfx file using the following command: openssl pkcs12 \ -export \ …

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,286 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,779 questions
asked 2024-09-29T21:47:48.62+00:00
Lucian Hanga 20 Reputation points
commented 2024-10-10T04:35:11.7166667+00:00
Sandeep G-MSFT 19,111 Reputation points Microsoft Employee
1 answer

Azure App Service Unable to Connect to Azure Cosmos DB (MongoDB API)

Hello! I'm experiencing an issue where my Flask application hosted on Azure App Service cannot connect to my Azure Cosmos DB (MongoDB API). The connection works fine on my local machine, but fails when deployed to Azure. Environment: Azure App…

Azure Cosmos DB
Azure Cosmos DB
An Azure NoSQL database service for app development.
1,638 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,779 questions
asked 2024-10-08T20:25:34.7333333+00:00
Amin Kharaghani 0 Reputation points
commented 2024-10-10T00:08:54.2733333+00:00
Sina Salam 10,726 Reputation points