654 questions
1
vote
1
answer
837
views
Is azure charging by hour or by month on an app service plan?
Does anyone know if Azure charges me only for the hours that the website was used or it charges the full price for a month? For example, if I go with Azure Basic B1 plan and my website was accessed ...
0
votes
1
answer
113
views
Azure hardware plan scale between single instance in single region and single instance in two regions
I have an app in Azure that’s currently a single instance within a single region. It’s running on a Premium v2 P3V2 hardware plan. If I were to spin up a second region so this app was a single ...
0
votes
1
answer
192
views
Receiving "Access to <mysitename.com> was denied HTTP Error 403" when trying to navigate to my phpmyadmin account
I created my app using the WordPress On App Service using the instructions found here: "https://github.com/Azure/wordpress-linux-appservice" -> Basically, a wordpress linux app service on ...
0
votes
1
answer
2k
views
What is the Azure App Service naming maximum length?
I have been searching at the Microsoft website and other places but it seems it not clearly defined anywhere.
1
vote
1
answer
2k
views
how to deploy an html documentation page in devOps?
My devOps pipeline is building the documentation of my python lib. This documentation is built with Sphinx so I export the whole docs/_build folder as an artifact but I don't know how to deploy it as ...
0
votes
1
answer
1k
views
how to deploy as a web app the html static website generated by pytest in devops?
I'm building my pipelines in the Microsoft dev Ops forge. I would like to make the test pipeline to export the generated html coverage folder and deploy it as webb app. To allow developer to monitor ...
0
votes
2
answers
483
views
Azure Web App, changes not reflected after publishing one file
Blazor Server App
made some changes to the navigation menu, if run locally I can see the changes, and I published successfully NavMenu.razor (right click on the file and I selected 'Publish')from ...
0
votes
1
answer
1k
views
Problem with AzureB2C showing localhost login when deploying Blazor Client App and Server to Azure
I have just completed a new Client-side Blazor app with Server, using Azure B2C for auth.
Everything works perfectly on localhost, but when I published the server to a new Azure Web App, the login ...
0
votes
3
answers
4k
views
Deployment azure web app with "az webapp deployment source config-zip" works incorrectly
I have a simple web.api that I want to deply to azure. I use github actions for this.
in case if I use azure/webapps-deploy@v2 step, all works smoothly.
deploy:
runs-on: ubuntu-latest
needs: ...
0
votes
1
answer
567
views
Programmatically change System Assigned ID for an App in an Azure App Service
We are in the midst of a Azure tenant/subscription migration. During this migration we are going to lose all of our current system assigned IDs. This means that we will need to manually update each ...
0
votes
1
answer
592
views
Azure Service Plan CPU is high but web apps use a low CPU
I have an Azure Service Plan and saw the CPU reach 94%:
This Service Plan hosts two web apps, but after checking the availability and performance of the web apps, I didn't see anything abnormal at ...
0
votes
1
answer
421
views
hello, i deployed a symfony web app on azure microsoft and i found error on routing
the first page with the root "/" is working but any other root give error 404
(the project is working perfectly on local)
[enter image description here](https://i.stack.imgur[enter image ...
1
vote
2
answers
3k
views
how to change default always on url in Azure App Service [closed]
Is there a way to change the default AlwaysOn url to "/health" instead of "/" in Azure App Service ( linux )?
Edit 1 : After enabling the health check, the alwaysOn check ...
0
votes
1
answer
213
views
500 being thrown by containerized azure web app when application throws 413 and large enough content to trigger it
When submitting a body > 30mb (default) locally, my application correctly throws 413. However, once it reaches Azure web app (containerized) it throws a 500 instead. This seems to be caused by the ...
0
votes
2
answers
1k
views
Azure Web App - Create One Deploy Operation to Slot
I want to use REST API Web Apps - Create One Deploy Operation (https://learn.microsoft.com/en-us/rest/api/appservice/web-apps/create-one-deploy-operation) to deploy to slot in Azure Web App.
I don't ...
1
vote
1
answer
1k
views
How can I enforce https in Azure web app?
All of the documentation I can find shows how to enforce https for Azure App Service by going to app-> TLS/SSL settings. However this dashboard doesn't exist for Azure Web Apps and I don't see an ...
0
votes
2
answers
604
views
How to create or update a certificate using the latest SDK
Does anyone know what the SDK equivalent to this REST API is? Unfortunately, the SDK is so poorly documented that—after two full days of digging—I finally have to ask.
My prior research and things I'...
0
votes
1
answer
299
views
Problems installing a TLS certificate on an Azure App Service using the latest SDK
(Note: either a VB.NET or a C# answer will be fine.)
I'm having trouble installing an uploaded certificate using the new SDK.
I'm using the REST API for the upload, as there doesn't appear to be a way ...
0
votes
1
answer
1k
views
Azure Webapp scaling issue
Facing issue 'The scale out operation for the plan 'ExtraaEdge-WebApp-Win-Plan' failed: You have exceeded the maximum amount of scale changes within the past hour(86 changes and limit is 40). Please ...
0
votes
1
answer
1k
views
What .NET runtime version do I select in Azure Web Apps for a .NET Framework 4.6.1 web forms app?
I'm working on an ASP.NET web forms application with targetFramework="net461"
I want to deploy this to Azure Web Apps but they only offer the following:
.NET 7
.NET 6
ASP.NET V4.8
ASP.NET ...
3
votes
0
answers
2k
views
Azure web app--> The client has disconnected - An operation was attempted on a nonexistent network connection
Get below error in Azure web app
.NET FW -> .NET Core 3.1
Appy type --> MVC Core App
Azure web app configuration --> .NET 6 LTS
Other config --> 64 bit , integrated pipeline , HTTP 1.1 , ...
1
vote
2
answers
799
views
Custom golang startup command on Azure Web App
I'm trying to deploy a Go webapp with Github actions to Azure App Services. The whole deployment succeeds until the point that the app needs to be deployed with azure/webapps-deploy@v2.
To see where ...
1
vote
2
answers
1k
views
Azure Web App Deploy Error - TypeError: Cannot read property 'isSitePublishingCredentialsEnabled' of undefined
I received an error of
"2023-04-25T01:04:23.0050662Z ##[error]TypeError: Cannot read property 'isSitePublishingCredentialsEnabled' of undefined"
after deployment. The ...
0
votes
1
answer
170
views
After deployed to azure linux app service alignment issue in pdf generation?
net core application with DOCX file to PDF generation using sautinsoft.document package.In local the pdf conversion and alignment was perfect. but deployed to azure linux app service, pdf conversion ...
0
votes
1
answer
321
views
Save tag to a storage table how to convert it as a hashtable
i'm trying to save app service tags to a storage table in this way:
$srcapp = Get-AzWebApp -ResourceGroupName "myrg" -Name "myapp"
$srcapp.Tags
$srcapp.Tags is this type:
IsPublic ...
0
votes
2
answers
388
views
I am facing issue with Azure Virtual Machine while hosting my website through IIS Manager
I am using Azure Virtual Server for hosting website through IIS Manager. But I am getting attached error every week and I have to restart the website from IIS Manager to work again.
Thanks in advance ...
0
votes
1
answer
61
views
Why does my Python app keeps expiring in Azure?
I have a Python web app built with Flask hosted with an Azure for Students account that is deployed by a workflow in GitHub. From time to time when people try to use the app, it just won't open. And ...
1
vote
1
answer
4k
views
Intermittent Azure Web App Zip Deployment failure (error status 3)
I get Intermittent deployment failures 10% of the time with azure cli (even on latest)
There is no error in the deployment logs it just says that it had a file not found exception accessing the logs!
...
0
votes
1
answer
371
views
Unable to create new webjob in an existing webapp through Terraform or AZ CLI
I have a problem statement which are defined in below steps.
Download a .ps1 file from a container
Create a temporary directory
Convert it into a zip file
Create a new continuous or triggered webjob ...
0
votes
2
answers
2k
views
Best way to email notify my admin when Azure app service(website) throws an exception
I'm currently using Sendgrid to send all my users pretty formatted emails on specific events they perform on my site (ex. creating a login, adding credit cards, etc) and I'm doing this with an email ...
0
votes
1
answer
98
views
Something is writing to my logs and I can't stop it
I've a web app running in Azure. It uses Serilog for logging.
Using the Serilog:MinimimLevel:Override AppConfig entries I'm able to control the level of output I want.
Except
Something is writing with ...
0
votes
1
answer
2k
views
Azure Web App loses permissions on a keyvault secret when a new secret version is added
My .NET6 web app uses keyvault secret references in its configuration.
The references are set like this:
@Microsoft.KeyVault(SecretUri=https://myapp.vault.azure.net/secrets/My--Secret)
The app is ...
0
votes
0
answers
531
views
Is there any way to block a specify file type (mime type) from Azure App Services in the Azure Portal?
There is a specific file type (.inc) I would like to block so it cannot be served from any of my web sites. The sites are Azure app services and are managed through the Azure Portal. I have searched ...
0
votes
1
answer
485
views
Azure Hybrid Connection Not finding MS SQL Server
I am trying to use an Azure Hybrid connection on a Linux Azure Web App. When I connect to a Hybrid connection on my local computer, it works with no problem. I just enter the Computer name, and the ...
2
votes
1
answer
853
views
Multi-container deployment to azure app service through GitHub actions
I have recently started with GitHub actions and I am stuck at seemingly trivial thing. I will appreciate your help with my question.
I am trying to deploy multiple images on Azure App Service through ...
1
vote
0
answers
411
views
Azure web app on docker container produces error but when run locally docker produces no error
I have a docker container that runs a streamlit app that creates a ppt presentation based on what we have in our data system.
when I create a docker image and run it on a local host, it produces the ...
0
votes
1
answer
678
views
How to import azure app configuration to local visual studio?
This might be a silly question.
I have an azure web app and an azure function app running. Both are written in .net
I want to debug the application in the local visual studio with the configuration ...
1
vote
0
answers
115
views
Blazor Azure WebApp Wont Start - Socket Exception 10013 - Works Fine on Home Server
I have a home server and deploying blazor on it works without issue. Im running windows 11 on the home server - dedicated pc. When I try to deploy to azure webapp it deploys just fine. But when I try ...
1
vote
1
answer
2k
views
Swagger authenticate Azure AD B2C redirect url
I could authenticate swagger on Azure AD B2C. It works fine on http://localhost:5078/ . But as soon as I push my website to azure I can not authenticate swagger. It still uses localhost:5078 as ...
0
votes
2
answers
227
views
access azure key vault from azure web app where ip changes often bc of CI/CD
I have a docker container that accesses azure key vault. this works when I run it locally.
I set up an azure web app to host my container, and it cannot access the key vault
Forbidden (HTTP 403). ...
-2
votes
1
answer
143
views
Flask + MongoDB: An "Azure Web App For Dummies" guide
After spending many hours reading dozens of guides, I finally got into a working setup, and decided to publish the instructions here.
The problem: I have a working flask app running in my machine. How ...
0
votes
0
answers
28
views
Reduce release time of multi-tenant azure application
I have a multi-tenant azure application. Inside a resource group, there is a webapp and an azure sql server with one database per tenant. There is also a database which holds all the informations for ...
0
votes
0
answers
832
views
Android App Links - Getting 404 on assetlinks.json
I have a website that just went live and getting hits from users accessing using any type of devices.
In my logs I am having 404 requests on the assetlinks.json file.
According to my research this ...
1
vote
1
answer
756
views
How can I implement windows authentication in azure without approval?
I've built a .net core 7 web application.
It implements windows authentication, and works nicely on premise.
var builder = WebApplication.CreateBuilder(args);
builder.Services.AddAuthentication(...
1
vote
0
answers
179
views
Azure Web App returns Internal Error Server when executing a Get Request using FastAPI in Python code
We are trying to execute a Get Request from the Azure Web App using our python code. The request will be made to our DevOps Repo following the available API. This is just a part (example) of the ...
0
votes
0
answers
87
views
How do you set up port forwarding in Azure Web App for Xero oauth
We have an on premise website connected to Xero.
The port used in the redirect uri was opened on the server and it all plays nicely.
We are in the process of moving to Azure, I have uploaded the ...
1
vote
1
answer
1k
views
How to set operation id for custom application insight events?
We have running on Azure a Python Web App (flask). It processes requests and also logs some results in the end via a custom event to Application Insights.
However inside Application Insights our end-...
1
vote
0
answers
45
views
Add a Custom Certificate to Application
I have created a WordPress website from marketplace on azure app service. Can someone help me on how to add SSL to it?
Custom SSL added to the Site.
0
votes
2
answers
722
views
Multiple web app static outbound IPs with one NAT Gateway(Azure)
I currently have 2 web app services in Azure(let's say 1 webappA and 1 webapp2). I need 1 static outbound IP address for each web app, so 2 IPs in total.
I found a solution by using a NAT gateway. It ...
-2
votes
1
answer
2k
views
What does the Create Web App + Database option offer in portal azure [closed]
I'm looking at creating a web app in portal azure but I came across this option. Create Web App + Database.
My question is if I select the DB engine to be SQL Azure. How big is the database?
Also, ...