Questions tagged [appservice]

8 questions
3
votes
1 answer

Is there a limit on the connection duration using AppService?

I have a UWP app that hosts an AppService in it's same process (in-process AppService). When consuming that AppService from a Console app running in the same PC the UWP host app is running (and while it is running), I have noted that the…
Miguel
  • 143
  • 1
  • 7
3
votes
1 answer

Blob Storage 403 unauthorized

We have multiple backend APIs hosted on Azure web app under same plan. All APIs have same outbound ips, and all these APIs enabled access restriction, these APIs only accessible within the api gateway. We have blob storage, we have also enable…
3
votes
2 answers

Azure App service zip deploy failure that used to work (Legacy react app)

I am trying to redeploy a legacy react application via Zip Deploy. The application hasn't changed, but the deployment is now failing. I reverted to a previous deployment zip (that was successfully deploy in November 2022) and it fails with the same…
Tim Cochran
  • 1,834
  • 2
  • 15
  • 13
1
vote
1 answer

Enable public access for Azure App Service via AzureCLI

I'm trying to change the access restriction setting on my app service however I cant seem to find the AzureCLI command to do it. Currently the app service is set to Deny public access, however I'm looking for the code to change this setting to true…
0
votes
1 answer

Azure web job continuous peeking multiple messages at one time

I have written a web job in my project. I am using continuous WEBJOBS for queue trigger. web job is working properly but some time it is giving two output for one queue. I think one queue is running multiple times. Previously I am using TRIGERED…
0
votes
2 answers

UWP In-Process AppService connection only when Host app is running

My UWP app hosts an AppService that runs in the same process as the app does. To do this I have followed this documentation. The goal of this AppService is to communicate two running Apps. This is the code I use to allow incoming AppService…
Miguel
  • 143
  • 1
  • 7
0
votes
0 answers

Azure AppService .NET 7 CoreWCF service reports an error "Could not find a base address that matches scheme https"

It'a basic sample of CoreWCF service with .NET 7.The service and host initialization code looks like the following: using System.Net; var builder = WebApplication.CreateBuilder(args); System.Net.ServicePointManager.SecurityProtocol =…
0
votes
1 answer

Azure AppService Process .HTML files as .PHP

We have an App Service under Azure Gov Cloud set up as PHP 8.2. We need to process all .html AND .php files through PHP - I have tried various solutions and none of them seem to work. Anyone have a solution? We have set the PHP_EXTENSIONS value to…
MyPD
  • 1