654 questions
0
votes
1
answer
283
views
Azure DevOps pipeline release fails with error - No package found with specified pattern: D:\a\r1\a\**\*.zip
I tried following this, but was not successful.
I have an ASP.NET Core App Service (Web App) in Azure DevOps repository and the release over that builds always fails with this error:
Error: No ...
0
votes
1
answer
765
views
Error deploying echo-bot.py on Azure. ModuleNotFoundError: No module named 'aiohttp'
I am following the Azure's tutorial on how to create and deploy a simple echo bot.
However, I have a problem when deploying. Here's the error:
2024-02-15T14:28:44.906911470Z _____ ...
0
votes
1
answer
404
views
`healthCheckPath` remains null after `az webapp config set`
I'm attempting to automate enabling the Health Check function on several hundred webapps.
For context, I've already successfully utilized az webapp update on the same test app in the same az context.
...
0
votes
1
answer
158
views
Microsoft Azure Build and deploy PHP app to Azure Web App: Laravel App - Unable to create lockable file
We have a Laravel PHP application and we have deployed with the Build and deploy PHP app to Azure Web App workflow.
we have used nginx.
Sometimes we are facing issues related to permissions please ...
0
votes
1
answer
646
views
Azure App Service - Web App - Azure Service Bus
I would like to consume Azure Service Bus Queue message from .NET core REST api.
I can do it locally on my laptop as I can manually run the API to consume the message.
After deploying this rest api as ...
1
vote
2
answers
2k
views
Its possible deploy a hybrid NEXT.js application in Azure?
I'm trying to deploy a Next.js application who uses client and server components and also serve functions, however, when I try to deploy to Azure just don't work. The closest I came was on Static web ...
0
votes
1
answer
153
views
Invalid json in azure web app configuration setting
I have asp.net core application that has complex configuration setting, i am trying to create that setting on azure web app but it says invalid json. I know azure web app configuration support key ...
0
votes
2
answers
1k
views
Allow anonymous access to my Azure OpenAI chat bot
I have an Azure OpenAI chat bot using my own data (I configured an OpenAI resource and chose Deploy as Web App) . Members of my domain can access it by logging in. Now I want it to be accessible ...
1
vote
3
answers
870
views
View is not found when a Web App is deployed with Azure DevOps
I just migrated my Asp.Net MVC web application from .Net 2.2 to 8.0. I built and deployed the application as a Web App on Azure DevOps. When I tried to run the application in a browser, I get HTTP ...
1
vote
1
answer
454
views
Error after deploy Vue application on portal.Azure
I created my Vue-Vite app. Then I created repository on dev.azure - Web App. Next I deployed it on the portal.azure.com. After fixing few error, i still have no idead how to fix this errors:
main.css:...
0
votes
1
answer
691
views
Docker app not reachable after port-change
Can you help me figure out why my instance of Adguard Home is working during initial set-up through port 3000, but after completing the set-up I can not access port 80 (and neither can the Azure Web ...
0
votes
1
answer
1k
views
App did not start within expected time limit. Not picking up WEBSITE_START_TIME_LIMIT
I getting an error Container did not start within expected time error
All configuration was done through the portal of setting up a Web App and deploying either from Github or from VS Code.
ERROR - ...
0
votes
1
answer
492
views
How do I add V2 Active Directory authentication w/Client Secrets to an Azure Web App within its ARM template file?
Currently have an ARM template (JSON) that's used to deploy a web app w/authentication (AD, w/Microsoft as the authentication provider...
{
"$schema": "https://schema.management....
1
vote
1
answer
2k
views
Azure Web Job Error: ManagedIdentityCredential authentication unavailable
After deploying a Web Job to my web app, the Managed Identity that I was using locally without any issues threw the following error:
ManagedIdentityCredential authentication unavailable. Multiple
...
-1
votes
1
answer
565
views
Failed to deploy to Azure Web App(my-app) with resource creation or updating, unsupported text Content-Type Type: class java.lang.Object
I just created Hello World Maven Archetype(org.apache.maven.archetypes:maven-archetype-webapp) application in IntelliJ Idea (following: https://learn.microsoft.com/en-us/azure/developer/java/toolkit-...
2
votes
2
answers
871
views
GitHub action deploy to azure webapp wwwroot is empty
I am trying to deploy a webapp to azure through github actions, however the site/wwwroot folder is completely empty upon completion
Nothing fails within the pipeline
The artifact published has the ...
2
votes
1
answer
4k
views
How to see TLS version with incoming API request in Azure portal?
In the Microsoft Azure portal, is there a way to see request URLs along with the TLS version negotiated?
Background
I have a web app that includes an API that used by several third parties. I would ...
1
vote
1
answer
488
views
How to create API wrapper for SQL stored procedure on Azure
I have a stored procedure on Azure SQL database that I can execute with
EXEC [dbo].[PGET_JSON] @code = N'XYZ'
It returns FOR JSON result
{
"XX": [
{
"DocOstatni": [
...
0
votes
0
answers
100
views
Securing an Azure REST API, why isn't it this simple?
I have been looking around to secure my Azure Web API in a way that seems impossible, but I don't really know why it should be impossible, so I guess I have simple missed something.
This is what I ...
0
votes
1
answer
622
views
user information of react app using in azure web app
I have one react app which contains multiple pages that pages contains different information. To host this react app Created azure web app and it's working fine. Now this app is available to users.
so ...
1
vote
1
answer
2k
views
What is the purpose of the "host" blob in azure-webjobs-hosts storage container with Azure Functions?
I have an Azure Function App with Python functions that have Service Bus trigger enabled. I noticed that within the storage account associated with the Function App, there is a storage container named ...
0
votes
2
answers
399
views
Using logback rolling files with Tomcat Azure Web App
I have a Java application that uses a daily rolling file setup with logback. This works perfectly well on my laptop, but when I deploy this to my Azure Web App (Tomcat on a Linux OS) these logs are ...
-1
votes
1
answer
919
views
How to use external letsEncrypt SSL certificate to my website on Azure vm
I have ASP.Net website hosted on one VM on MS Azure and connected to my website domain www.example.com on GoDaddy. I want to use letsencrypt certificate for my website. I have searched and found that ...
0
votes
1
answer
328
views
How to download file and save to Azure WebApp's hard disk by WebJob
I have a web app with api what will read search engine's indexing files and return search result. Those indexing files will be updated to Blob Storage every day.
I want to make a web job. This web job ...
0
votes
1
answer
681
views
Azure Web App - Front End Not Connecting with Backend
After hosting my front and backend applications through Azure Web App, I cannot get my front end to hit an endpoint on my backend. I continuously receive a 400 Bad Request from axios.
This used to be ...
0
votes
0
answers
134
views
Asure deployed app, Hostinger hosted, website accessibility issue different geographies/locations
The domain of my company is hosted on Hostinger (domain hosting service). I have created a subdomain also.
I have deployed a web application on Azure cloud and used the subdomain to point to Azure VM ...
0
votes
2
answers
508
views
Deploy React App to Azure Web App - "There is not enough space on the disk"
I'm trying to deploy my react app for the first time via GitHub Actions, however, I get the following error in the "Deploy to Azure Web App" phase:
Package deployment using ZIP Deploy ...
-1
votes
1
answer
795
views
How to put path of the app.py file in the command 'python -m uvicorn app:app --host 0.0.0.0' considering app.py lies inside a folder named 'test'
I am trying to deploy my fastapi code on azure webapp. I want to write the startup command in the webapp configuration to run the fastapi. Ideally this command should be python -m uvicorn app:app --...
0
votes
1
answer
172
views
how to configure to return 408 instead of 500 when Azure web app request timed out in 230 seconds
Azure web app has a default setting of request timeout at 230 seconds. we have an API which serves customer query, so its time depends on the customers query input. if the query is simple, API will ...
1
vote
1
answer
773
views
Cannot create java function in azure function app
I want to create a very simple serverless function in Java for my web app. But I am having no success adding it to my function app.
Unfortunately most tutorials on the web and youtube seem to be out ...
0
votes
1
answer
285
views
Azure Web App failing to start after adding Microsoft.Identity.Web reference (Could not load file or assembly 'Microsoft.IdentityModel.Logging))
Azure Web App failing to start after adding Microsoft.Identity.Web reference to a ASP.NET Core 7 webapi. (Also using NSwag.) Any ideas welcome!
Program.cs:
using Microsoft.AspNetCore.Authentication....
0
votes
1
answer
170
views
How to delete folder and files of Azure web app using webjob
We have issue on our mvc web application, to overcome problem we are trying to delete folder and kill process of Azure web app. For this we have created one console application, which query processes ...
1
vote
1
answer
767
views
Microsoft.Datasync.Client DatasyncClient with options.Offlinestore throws PushFailedException
I am working in Microsoft Visual Studio Community 2022 (64-bit) - Preview, .Net Maui, Azure Web App and SQL Server and have followed the examples given for the ToDo sample.
I am successfully able to ...
0
votes
1
answer
201
views
GetConnectionString using IHostBuilder
(using .NET 6.0)
I used these commands to set a connection string:
dotnet user-secrets init
dotnet user-secrets set ConnectionStrings:AppConfig "{myconnectionstring}"
but I can't figure ...
0
votes
1
answer
269
views
Azure DevOps pipeline version in Azure web services environment values
Im looking to place Devops release version number of my code build inside azure web services environment variables.
So that I can read environment variables from code and apply cache bursting based ...
2
votes
0
answers
560
views
Azure App Gateway Never Picks up Renewed SSL Certs from Key Vault Automatically
I am seeing a peculiar problem whereby my Azure Application Gateway never picks up renewed certs from KV. I have KV as a reference in the listener. I upload new Certs in the KV and also change the ...
1
vote
1
answer
589
views
Azure Web App Authorization Issue when Embedding in Microsoft Team
I have a Webapp hosted on Azure that utilizes the /.auth/me, /.auth/refresh, and other endpoints for authorization. Everything functions smoothly in a standalone environment. However, when attempting ...
1
vote
1
answer
701
views
Odd issue with Python Flask App on Linux Azure App Service
App Structure
app.py
other_modules_used_by_app_py.py
azure_pipeline_definition_for_build.yaml
requirements.txt
The other modules used by app.py reference some additional modules via import that are ...
1
vote
1
answer
797
views
How to deploy a python application located in a subfolder
I have a simple python application using Flask. At this point, my python app is located in the root folder. I have an Azure Web Application running on Linux with Python 3.11 as the runtime stack. I ...
1
vote
1
answer
593
views
Determine scope of ERR_CONNECTION_CLOSED that reproduces to Web App that logs 302
I have a reproduction of calling our authentication server hosted on an Azure Web App and receiving a ERR_CONNECTION_CLOSED in the chrome console. When I look at the web server logs, I see the exact ...
0
votes
1
answer
192
views
Unable to use the domain name assigned to a webapp in another Azure subscription even after deleting the resource
I was working on an ARM template in my personal subscription. Once I got the correct template, I deleted all the resources that I had created in my personal subscription. When I am executing the same ...
1
vote
1
answer
764
views
Azure key vault: TLS 1.0 is no longer accepted by KeyVault Service
Azure web app cannot access Key Vault because of: The caller is using an older TLS version for authentication to Key Vault.TLS 1.0 is no longer accepted by KeyVault Service.
Configured web app to use ...
2
votes
1
answer
468
views
ios/safari can not load mp4 from Azure Web app
I have a Azure web app (hosting a react app) where ios/safari users can not load my .mp4 files. Other browser have no problem. On chrome the file is returned 200 OK, as media type video/mp4 . It is a ...
2
votes
1
answer
7k
views
Azure web app has no access to openai private endpoint in virtual network
I am trying to host a web application similar to a private ChatGPT instance within a secluded virtual network, ensuring that there's no external internet access.
I have developed a web application ...
1
vote
0
answers
376
views
Getting redirect_uri_mismatch from Google oauth2 from an Azure web app
I'm using .net Maui, and I'm using a web API to authenticate users to Google using oauth2. It works fine in my local environment, but I'm getting a REDIRECT_URI_MISMATCH error from Google when I do ...
1
vote
1
answer
1k
views
Azure Static App Vs Azure Web App (Python)
I've got a Python project I've been working on that builds a static HTML page.
I'd like to be able to run the Python script that does some stuff then starts a Web page with a search box kind of like ...
1
vote
2
answers
4k
views
nextjs environment variables are appearing as undefined in azure app service
I've seen all similar answers and none of the solutions seems to work for me.
I am deploying my solution using github actions workflow, here is what my yaml code looks like:
name: Build and deploy x ...
0
votes
1
answer
103
views
Issues when creating a new Azure App Service
I cannot sign in when I create a new Azure App Service. I have already signed in with Authenticator and it even shows my account. I am sure I have signed in correctly and I also do have an Azure ...
-1
votes
1
answer
2k
views
I deployed an application on Azure App Services, but for some reason it only gives error 403 Nginx 1.24.0
I deployed an application on Azure App Services, but for some reason it only gives error 403 Nginx 1.24.0, I went to the access restrictions, I put 0.0.0.0/0 to allow everything, but the error still ...
0
votes
1
answer
1k
views
Deploy Streamlit app with machine learning model on Azure Web app
I want to deploy streamlit app on azure web app which contains the model which is 1.30 GB.
I have configured the azure web app using the basic plan B1 and deployment strategy using local git and ...