Questions tagged [azure-appservice]
700 questions
0
votes
2 answers
Why Can't I Connect to Azure App Configuration When Running on App Service, getting The request was aborted: Could not create SSL/TLS secure channel
When running the following code to connect from my Azure App Service to Azure App Configuration I get the following "Could not create SSL/TLS secure channel" exception.
When I run the code on my dev machine (ie. dev machine connecting to Azure App…

user1867325
- 59
- 5
0
votes
0 answers
SSO vs TLS/SSL in Azure app service context
I have couple of questions.
What is the difference between SSO and TSL/SSL?
If an web app is deployed in Azure app service, from where can I find the SSO related certificates installed? And, how to check the SSO certificates names?
I can see only…

AskMe
- 2,495
- 8
- 49
- 102
0
votes
0 answers
unable to read large file in azure app service
We have spring boot application running in azure app service to do some ETL operations on CSV files.
A file will be put into instance local directory from where application will be picking the file and process it. We are facing an issue if the…
0
votes
3 answers
Recommended ways to deal with database migrations while doing a swap using deployment slots
I am trying to understand the use of deployment slots for hosting my web app using the Azure app service.
I am particularly confused with the ideal ways to deal with the database while the swap is performed.
While maintaining two database versions…

harika
- 65
- 6
0
votes
1 answer
How to use Azure App Service Local Cache?
I am having a MVC API project which is using a server side cache. It is deployed to Azure App Service. I was wondering to make use of App Service Local Cache to overcome challenge of keeping the cache in sync across nodes.Is this the right approach…

Rishikesh Darwade
- 11
- 1
0
votes
2 answers
How do I establish a connection between my Azure App Service Web App and local console app using websockets?
I have a REST API Web App deployed in Azure as an App Service, which I can successfully make requests to from a console application on my device. My goal is to transition from passing JSON's back and forth via HttpClient on my console side to…

boulos
- 3
- 1
0
votes
1 answer
How to add multiple resource in additionalloginparams in Azure Resource Explorer
I have a frontend and 2 backend app service registered in Azure AD.
Backend-1 (main server) (nestjs)
Backend-2 (called to do one task) (python)
How it works:
Frontend only calls backend-1
backend-1 will call backend-2 to do a specific task.
I've…

Sirjun Sagarino
- 1
- 3
0
votes
1 answer
How to add keyvault access policies after importing keyvault into terraform
My terraform design depends on a pre-provisioned keyvault containing secrets to be used by app services. I imported this key vault into my remote state. I can see it has been imported. Now when I run terraform plan, it acts as if it does not know…

Tauqir
- 369
- 1
- 5
- 15
0
votes
1 answer
Trying to Deploy a Spring Boot JAR file app to Azure App Service with Maven and Azure on Linux
I am getting the following error on mvn azure-webapp:deploy
[ERROR] Failed to execute goal com.microsoft.azure:azure-webapp-maven-plugin:1.9.1:deploy (default-cli) on project mprsreporting: Status code 403 -> [Help 1]
I am following the instructions…

Java Mantr
- 77
- 6
0
votes
0 answers
Implement Cookies banner for Azure app service application
I have one Azure app service,where multiple (web app)app services with different names are running.
I have to modify already implemented cookie banner which says “We are doing ....”
The banner is showing when website load. From browser, After doing…

AskMe
- 2,495
- 8
- 49
- 102
0
votes
1 answer
Remote Debugging Blazor WASM on Azure?
I've tried using the standard Blazor template app to remote debug on an Azure app service and I get the following error:(the app run fine if a compile to release, though not debugging of course.)
I compile to debug any CPU.

Mike
- 1,059
- 1
- 8
- 10
0
votes
1 answer
Read a TLS/SSL private key certificate in your code in Azure App Service
Following this Microsoft article we are accessing a Private Key Certificate in code which was uploaded to our App Service. We can look up the certificate by its thumbprint, as the article indicates, and can read it but when we try to access its key…

M. Brandel
- 45
- 1
- 7
0
votes
0 answers
Azure App Service returns 404 on POST request
I have a WCF service that I have published to Azure via VS 2017. I can reach the service using the URL from a browser and it acts as expected. The service listens for outbound messages from Salesforce. If I send a message it returns with a 404…

pwaller
- 11
- 3
0
votes
2 answers
How to deploy single cshtml file in Azure app service
I have a .Net core app developed using Visual Studio 2019 and deployed on Azure app service. I have function app as well in the same solution. I have to do couple of things and then redeploy to Azure app service.
Add one .cshtml file
Modify one…

AskMe
- 2,495
- 8
- 49
- 102
0
votes
2 answers
I have an azure app service with two slots. Do they share the same temp folder path?
I have a an Azure app service with two slots (live and staging) and have an issue with IronPDF, which I have been told could be down to my app service's slots sharing the same temp folder.
Does anyone know if they do share the same one. I understand…

pressleylewis
- 11
- 1