12,522 questions
0
votes
1
answer
43
views
Azure Web App Container Registry Settings Missing
I have an Azure Container web app, that has a development slot, and I have just realised that I cannot access the Container Settings in the non-development (production) deployment slot.
Instead all I ...
-2
votes
1
answer
59
views
Azure App Service with [Linux-based Python 3.11]: OSError [Errno 28] No space left on device [closed]
All of a sudden, my Azure App Service (Linux-based, Python 3.11) started throwing the following error:
OSError: [Errno 28] No space left on device
This occurred at the following code location:
with ...
0
votes
0
answers
29
views
TLS 1.0 and 1.1 Support on Azure Web App with IoT Hub [closed]
I know Azure is winding up support for TLS 1.0 and 1.1 by August 2025.
Does anyone can help me to access our existing IoT devices to connect to Azure Web App using this TLS 1.0 and 1.1?
Our device ...
-4
votes
0
answers
40
views
Your connection is not private error for azurewebsites.net in specific IP address [closed]
My Azure website uses the default azurewebsties.net domain. Suddenly a "Your connection is not private error" appears when the site is open in my office network. However, the error doesn't ...
0
votes
2
answers
125
views
NextJS not loading assets (images, css, js)
I am trying to deploy NextJS to Azure App Service but somehow the assets are not loading. I did try to run a production build on my local computer and it works well.
After CI/CD completes all files ...
0
votes
1
answer
58
views
Time in Azure App Service Different to my local Dev machine?
I have an App Service running on Azure.
It handles games that run at certain times.
I followed what I think is best practive by using UTC time in the server database and Local time on the client. It ...
0
votes
1
answer
40
views
Building Svelte Kit application for deployment on Azure webapps
I have built a Svelte Kit application that utilises a couple of Microsoft Graph endpoints to pull from our internal news SharePoint sites. It works perfectly fine in dev and when I use the preview ...
0
votes
0
answers
23
views
Python bot with SSO deployed on Azure Web App works in browser but fails in Teams tab: "Sorry, we cannot contact the application"
I've developed a Python bot that uses SSO (Single Sign-On) and deployed it on an Azure Web App. Here's what I'm experiencing:
In a browser: Everything works perfectly, including SSO.
In my Microsoft ...
1
vote
1
answer
62
views
Passing parameters to Azure Webjob via Github Action YAML
I have a deployment setup where I trying to manage WebJob creation using Github Actions YML.
I'm using a file named deploy-webjob.yml and here is a snippet from it:
- name: Prepare WebJob Package - ...
-1
votes
0
answers
43
views
Deploying a PAT tokenized package into a Python project
I have been trying to use a private GitHub repo in another:
pip install git+https://${{ secrets.MACHINE_USER_PAT }}@github.com/xxx-dna/dna-utils.git@main
The consuming library is a FastAPI and when ...
0
votes
1
answer
37
views
Unable to change the repository in Azure App Service
I am using Github repo and configured a CI CD pipeline with my Azure App Service with Runtime Stack Node - ~20.I am facing an issue where the latest changes are not reflecting in the azure app service ...
0
votes
2
answers
61
views
How can i view environment variables for Azure app service?
I have looked at the subscription level and app service level under Access Control (IAM) and clicked on "View my Access" . It says that my access is "Owner".
Now when i go to an ...
0
votes
1
answer
36
views
Problem to publish a angular web app in Azure web apps
I developed an Angular app that consumes an API and performs CRUD operations.
It runs fine locally over HTTPS using self-signed certificates I generated (I have generated ssl-cert.crt and ssl-key.key ...
0
votes
1
answer
32
views
Azure DevOps Pipeline: changes not reflected after ASP.NET Core 8 MVC deployment to Azure web app
I'm deploying an ASP.NET Core 8 MVC appm, deployed to an Azure web app using Azure DevOps. The pipeline runs without errors, but the latest changes don't show up on the live site, even though the ...
0
votes
1
answer
78
views
Nuxt app front end on Azure app service server issue with trailing slash. When refreshing or redirecting, adds slash and routes to old version of page
So we have this strange issue on our Nuxt 2 front end which is running on a server in Azure app service. The back end is Java spring also running on Azure app service. So what happens is that anytime ...