azure-web-app-service

Web App on Azure loaded slow after applying custom domain

折月煮酒 提交于 2021-01-27 07:24:32
问题 I just started hosting my website on Azure. Initially when uploading and hosting the website on xxxx.azurewebsites.net, the performance and response was great. After adding a custom domain (Bought from Godaddy), the performance became worst and it would take 1 min for a page to load. xxxx.azurewebsites.net -> loaded in few seconds xxxx.com -> loaded in almost a minute Is there anything im missing here? In General Configuration, I have enabled Always On but the performance is still the same

Azure Function deployments cause brief 503 errors even when auto swap is turned on

流过昼夜 提交于 2021-01-27 05:28:14
问题 I'm deploying updates to my Function app through the VS publish window. I set up a deployment slot with auto swap turned on. My updates through VS are going to the slot. The problem is, right after the publish is successful and when I test my API endpoints, I briefly receive 503 errors. I was under the impression that auto swap was seamless and end-users would not experience such interruptions. Am I missing something? How can I make my deployments unnoticeable to the users? 回答1: Switching to

Azure Function deployments cause brief 503 errors even when auto swap is turned on

ε祈祈猫儿з 提交于 2021-01-27 05:26:24
问题 I'm deploying updates to my Function app through the VS publish window. I set up a deployment slot with auto swap turned on. My updates through VS are going to the slot. The problem is, right after the publish is successful and when I test my API endpoints, I briefly receive 503 errors. I was under the impression that auto swap was seamless and end-users would not experience such interruptions. Am I missing something? How can I make my deployments unnoticeable to the users? 回答1: Switching to

Azure App Service Getting error while deploying REACT JS application

南楼画角 提交于 2021-01-27 01:46:18
问题 Getting error while deploying to azure app services from the editor. 4:48:55 pm ppdedsrftwu2-appservice1: Starting deployment... 4:48:56 pm ppdedsrftwu2-appservice1: Creating zip package... 4:49:00 pm ppdedsrftwu2-appservice1: Zip package size: 1.09 MB 4:49:04 pm ppdedsrftwu2-appservice1: Fetching changes. 4:49:06 pm ppdedsrftwu2-appservice1: Updating submodules. 4:49:06 pm ppdedsrftwu2-appservice1: Preparing deployment for commit id '2a73dbd291'. 4:49:06 pm ppdedsrftwu2-appservice1:

Azure App Service Getting error while deploying REACT JS application

限于喜欢 提交于 2021-01-27 01:46:07
问题 Getting error while deploying to azure app services from the editor. 4:48:55 pm ppdedsrftwu2-appservice1: Starting deployment... 4:48:56 pm ppdedsrftwu2-appservice1: Creating zip package... 4:49:00 pm ppdedsrftwu2-appservice1: Zip package size: 1.09 MB 4:49:04 pm ppdedsrftwu2-appservice1: Fetching changes. 4:49:06 pm ppdedsrftwu2-appservice1: Updating submodules. 4:49:06 pm ppdedsrftwu2-appservice1: Preparing deployment for commit id '2a73dbd291'. 4:49:06 pm ppdedsrftwu2-appservice1:

ASP.net core docker https on Azure App Service Containers

♀尐吖头ヾ 提交于 2021-01-20 17:00:36
问题 How does one get ASP.net core to run in docker on SSL that works with Azure App Service for Containers? I have it working on HTTP, but as soon as I try and bind it to SSL so that ASP.NET's validation for things like oauth and even swagger will work properly it fails telling me that "Unable to configure HTTPS endpoint. No server certificate was specified, and the default developer certificate could not be found." There is no way on the runtime only image that vs.net generates to run the

Make back end APIs only accessible via Azure API management

半世苍凉 提交于 2021-01-20 16:50:10
问题 I have multiple Web APIs deployed in Azure without applying authentication, so anyone has access to internet has the access to the Web APIs. Now I would like to apply authentications to the Web APIs, instead of implementing the same authentication logic in different Web APIs, I found Azure API gateway (API management) is a potential solution. With Azure API management documentation, I learned I can apply policies like validate-jwt to authenticate requests to back end Web APIs. However,

Make back end APIs only accessible via Azure API management

房东的猫 提交于 2021-01-20 16:48:21
问题 I have multiple Web APIs deployed in Azure without applying authentication, so anyone has access to internet has the access to the Web APIs. Now I would like to apply authentications to the Web APIs, instead of implementing the same authentication logic in different Web APIs, I found Azure API gateway (API management) is a potential solution. With Azure API management documentation, I learned I can apply policies like validate-jwt to authenticate requests to back end Web APIs. However,

Stop Application Insights

て烟熏妆下的殇ゞ 提交于 2021-01-20 08:52:39
问题 We installed Application Insights for our Web Application hosted in Azure portal. Now it sends reports, etc, the application is just started, we don't need all that data. Is there a way to completely stop/disable all data collection/reports by the Application Insights? My application is ASP.NET Core one, I have a ConnectedService.json file under "Application Insights" folder, with the following content { "ProviderId": "Microsoft.ApplicationInsights.ConnectedService.ConnectedServiceProvider",

Stop Application Insights

与世无争的帅哥 提交于 2021-01-20 08:52:37
问题 We installed Application Insights for our Web Application hosted in Azure portal. Now it sends reports, etc, the application is just started, we don't need all that data. Is there a way to completely stop/disable all data collection/reports by the Application Insights? My application is ASP.NET Core one, I have a ConnectedService.json file under "Application Insights" folder, with the following content { "ProviderId": "Microsoft.ApplicationInsights.ConnectedService.ConnectedServiceProvider",