889 questions with Azure Static Web Apps tags

Sort by: Updated
0 answers

Bash web job using Python fails with python3 command not found

I have a web app in Python (Fast API) and I've deployed several web jobs as zip files with a bash script to call python scripts. When I deployed them, they ran fine, but the next day (now) they all fail with the same message: python3: command not…

Azure Static Web Apps
Azure Static Web Apps
An Azure service that provides streamlined full-stack web app development.
889 questions
asked 2024-09-04T16:47:25.3533333+00:00
Alexei Humeniy 1 Reputation point
edited the question 2024-09-04T21:38:54.6533333+00:00
VarunTha 7,475 Reputation points Microsoft Vendor
0 answers

Getting internal Server error while trying to login to my webApp when using any microsoft Account from my B2C tenant

Hi All, I am facing very interesting issue while using my webApp in azure. The requirement is the application can be used by multiple tenants and also B2C tenants. I am using EasyAuth to implement this and also created the Signin flow for the B2C users.…

Azure Static Web Apps
Azure Static Web Apps
An Azure service that provides streamlined full-stack web app development.
889 questions
asked 2024-09-04T10:08:53.07+00:00
Omar Nisar 0 Reputation points
edited the question 2024-09-04T15:13:43.83+00:00
Rakesh Gurram 6,270 Reputation points Microsoft Vendor
0 answers

Missing headers using Azure Static Web App with staticwebapp.config.json

We are using the "staticwebapp.config.json", where we have following: { We were expecting the headers to be set on the first response to "https://green-sea-07f102103-7937.westeurope.5.azurestaticapps.net/", but get following: They…

Azure Static Web Apps
Azure Static Web Apps
An Azure service that provides streamlined full-stack web app development.
889 questions
asked 2024-09-04T14:12:29.2266667+00:00
Per K. Jørgensen 0 Reputation points
commented 2024-09-04T14:15:27.31+00:00
Per K. Jørgensen 0 Reputation points
0 answers

Why aren't there security header on a Static Web App first load of html ?

Why aren't there security header on the first html request for a Static web apps ? We are using the "staticwebapp.config.json" file for settings the headers. We are hosting a next.js app. The first html request: Other request for…

Azure Static Web Apps
Azure Static Web Apps
An Azure service that provides streamlined full-stack web app development.
889 questions
asked 2024-08-08T07:34:22.9566667+00:00
Per Kortbek Jørgensen 0 Reputation points
edited a comment 2024-09-04T14:14:46.7233333+00:00
Per K. Jørgensen 0 Reputation points
1 answer

Every time I attempt to deploy web app through Openai, it doesnt do anything no matter which region

Being and Subscription owner I have developed ChatGpt4+ apps in Azure OpenAI and try to deploy webapp for them and it is doing nothing after clicking Deploy button. The Deploy button goes trayed out later. The only way to get back is to log out and log…

Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
2,860 questions
Azure Static Web Apps
Azure Static Web Apps
An Azure service that provides streamlined full-stack web app development.
889 questions
asked 2024-08-27T13:07:22.38+00:00
Vaibhav Shah 0 Reputation points
commented 2024-09-04T09:57:45.7866667+00:00
santoshkc 7,755 Reputation points Microsoft Vendor
0 answers

x-functions-key missing when calling Azure Function from Azure SWA

I have my Azure Functions set to authLevel = 'function'. I'm able to properly pass the x-functions-key in the header when using Postman and get a response from my Azure Function. However, in my Azure SWA when using fetch and specifying the…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,850 questions
Azure Static Web Apps
Azure Static Web Apps
An Azure service that provides streamlined full-stack web app development.
889 questions
asked 2024-08-30T14:38:55.6766667+00:00
Mark Dabrowski 0 Reputation points
commented 2024-09-03T20:09:28.51+00:00
Ryan Hill 27,686 Reputation points Microsoft Employee
0 answers

Flask App Deployment to Azure Web App using python 3.10

Getting error below while deploying a flask app to azure web app. 2024-08-27T11:19:01.494Z ERROR - Container gainappservice05_1_4b085386_middleware for site gainappservice05 did not start within expected time limit. Elapsed time = 270.7352638…

Azure Static Web Apps
Azure Static Web Apps
An Azure service that provides streamlined full-stack web app development.
889 questions
asked 2024-08-27T11:22:48.9966667+00:00
Sharma, Vasundhra 1 Reputation point
commented 2024-09-03T10:07:32.8433333+00:00
Sharma, Vasundhra 1 Reputation point
0 answers

Azure Static Web Apps - Limit 104857600 bytes - Why?

I am trying to deploy a Retype app to Azure Static Web Apps using GitHub Actions. Retype is a tool that generates websites from Markdown files. However, I get the following error during the deployment: The size of the function content was too large. The…

Azure Static Web Apps
Azure Static Web Apps
An Azure service that provides streamlined full-stack web app development.
889 questions
asked 2024-03-25T22:43:21.6333333+00:00
Joel Taylor 71 Reputation points
commented 2024-09-02T19:40:51.6433333+00:00
Joel Taylor 71 Reputation points
0 answers

Deployment using AzureStaticWebApp@0, ends in timeout

We have a pipeline in Azure devOps that is using the "AzureStaticWebApp@0" task. It seems to timeout, the content of the app currently on 1 page with a logo. So it isn't the size of the app. We are using the Environment and after run fail,…

Azure Static Web Apps
Azure Static Web Apps
An Azure service that provides streamlined full-stack web app development.
889 questions
asked 2024-08-30T07:53:09.6+00:00
Per Kortbek Jørgensen 0 Reputation points
1 answer

How to deny iframe embedding for my Azure Web App

Hello there, I deployed an streemlit app to azure web app, so requirements.txt and one other .py file; hosting is done by running the command below python -m streamlit run app.py --server.port 8000 --server.address 0.0.0.0 The issue is that anyone can…

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,616 questions
Azure Static Web Apps
Azure Static Web Apps
An Azure service that provides streamlined full-stack web app development.
889 questions
asked 2024-08-27T14:33:23.93+00:00
Simon Sefcik 20 Reputation points
answered 2024-08-29T10:56:29.77+00:00
Simon Sefcik 20 Reputation points
0 answers

unable to connect static pages web app to bitbucket account

Hi, I followed the instructions on https://video2.skills-academy.com/en-us/azure/static-web-apps/bitbucket?tabs=vanilla-javascript to setup a static web app and hook it up to a bitbucket repository I created (I did not import any code from GitHub as indicated…

Azure Static Web Apps
Azure Static Web Apps
An Azure service that provides streamlined full-stack web app development.
889 questions
asked 2024-08-28T16:08:46.23+00:00
Ron Eggler 0 Reputation points
edited the question 2024-08-29T09:52:52.49+00:00
Ron Eggler 0 Reputation points
0 answers

Not getting expected response from Azure API

Hi, I'm working on a cloud security product that supports Azure Cloud Platform. We have a road block with https://management.azure.com/subscriptions/{subscriptionId}/providers/Microsoft.Web/sites API. I hosted 2 web applications built with Python and PHP…

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,616 questions
Azure Static Web Apps
Azure Static Web Apps
An Azure service that provides streamlined full-stack web app development.
889 questions
asked 2024-08-29T08:00:58.0666667+00:00
Srihari Ruttala 0 Reputation points
edited the question 2024-08-29T08:30:37.01+00:00
AmaranS 5,785 Reputation points Microsoft Vendor
1 answer

How to launch a static app from Github

I can launch an app, but it doesn't pull the html from Github. What am I doing wrong?

Azure Static Web Apps
Azure Static Web Apps
An Azure service that provides streamlined full-stack web app development.
889 questions
asked 2024-08-28T16:37:13.51+00:00
Geospatial Enterprise 0 Reputation points
answered 2024-08-28T17:04:37.09+00:00
Marcin Policht 21,280 Reputation points MVP
0 answers

Modificar nginx.conf en una web app

Hola. Necesito modificar el archivo nginx.conf en una web app para aumentar el tamaño máximo de un archivo. No es una maquina virtual, sino parte de la web app

Azure Static Web Apps
Azure Static Web Apps
An Azure service that provides streamlined full-stack web app development.
889 questions
asked 2024-08-28T13:45:16.51+00:00
Esteban Maciel 0 Reputation points
edited the question 2024-08-28T16:29:38.0166667+00:00
Ganesh Patapati (Quadrant Resource LLC) 20 Reputation points Microsoft Vendor
1 answer

AuthenticationError: Error code: 401 - {'error': {'code': 'PermissionDenied', 'message': 'Principal does not have access to API/Operation.'}}

Deployed a model and in the chat playground is working ok, but when deployed into the webapp it gives me this error: AuthenticationError: Error code: 401 - {'error': {'code': 'PermissionDenied', 'message': 'Principal does not have access to…

Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
2,860 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,616 questions
Azure Static Web Apps
Azure Static Web Apps
An Azure service that provides streamlined full-stack web app development.
889 questions
asked 2024-08-27T20:51:30.2033333+00:00
Orlando Herrera 5 Reputation points
answered 2024-08-28T02:54:39.55+00:00
navba-MSFT 22,820 Reputation points Microsoft Employee
0 answers

web application deployment issu

I have to deploy a web app on azure portal through github repo, in deployment center Last deployment it says successful but when I open the application using the default domain application fails.

Azure Static Web Apps
Azure Static Web Apps
An Azure service that provides streamlined full-stack web app development.
889 questions
asked 2024-08-25T03:28:47.7366667+00:00
Prashant 0 Reputation points
edited the question 2024-08-26T03:42:14.3166667+00:00
AmaranS 5,785 Reputation points Microsoft Vendor
1 answer

Conflicting messages from azure web app deployment failure

Hello, I'm attempting to deploy a JAR file locally from Azure CLI to my web app instance, however this error message is produced after 10 minutes. I tried to access the runtime logs, as suggested, but they are in accessible. When I go to the deployment…

Azure Static Web Apps
Azure Static Web Apps
An Azure service that provides streamlined full-stack web app development.
889 questions
asked 2024-08-24T17:17:28.8866667+00:00
Luis Goate 0 Reputation points
commented 2024-08-25T11:44:26.3233333+00:00
Luis Goate 0 Reputation points
1 answer

I wanted to use the same ‘web app’ and ‘Azure Function’ names that I had used in my old Azure account. The old account is now expired, and I am migrating my projects to a new Azure account.

I wanted to use the same ‘web app’ and ‘Azure Function’ names that I had used in my old Azure account. The old account is now expired, and I am migrating my projects to a new Azure account. However, even after deleting my resources, I am still unable to…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,850 questions
Azure Static Web Apps
Azure Static Web Apps
An Azure service that provides streamlined full-stack web app development.
889 questions
asked 2024-08-13T04:55:50.7433333+00:00
Sushant Ashok Bagul 0 Reputation points
commented 2024-08-22T11:00:46.1966667+00:00
JananiRamesh-MSFT 25,991 Reputation points
0 answers

Our websites keep going down.

Hi. I am not an expert. Our websites have been going down the past few months. When it hangs, you can't even get the PHP info page outside of WordPress. And why is it just on Azure and not on Linode? We need help because our IT can't figure it out. Thank…

Azure Static Web Apps
Azure Static Web Apps
An Azure service that provides streamlined full-stack web app development.
889 questions
asked 2024-08-20T14:17:35.9433333+00:00
Reuel Enerio 0 Reputation points
edited the question 2024-08-21T01:11:57.09+00:00
PRADEEPCHEEKATLA-MSFT 88,301 Reputation points Microsoft Employee
0 answers

update stale tls-secret in k8s

I have a refreshed App service certificate. However in Azure k8s, the contents of my tls-secret has the expired certificate. And of course my ingress has the reference to that tls-secret with the expired certificate. So the webapp that is fronted by the…

Azure Static Web Apps
Azure Static Web Apps
An Azure service that provides streamlined full-stack web app development.
889 questions
asked 2024-08-20T22:48:33.0633333+00:00
Eliot Clingman 0 Reputation points
edited the question 2024-08-21T01:01:56.4166667+00:00
anashetty 0 Reputation points Microsoft Vendor