Questions tagged [azure-appservice]

700 questions
0
votes
0 answers

Questions on SQL Server hybrid solution authentication with 2 domains via Azure Application Proxy / Azure AD Guest users

One of our customer raised the below query: They've got Azure VM (running SQL 2019 Analysis Services) connected to Azure AD via Azure Domain Services. It is on DomainX.com domain. For Quest Users works well, when using B2B collaboration scenario in…
0
votes
1 answer

IIS and Azure Web App not picking URL Rewrite rule

I want to redirect a particular url to another server. Following is my rewrite rule:
TheVillageIdiot
  • 40,053
  • 20
  • 133
  • 188
0
votes
0 answers

authenticate to app services using azure ad (graph)

i have an app services. i turned on the app service authentication using : azure active directory. i also already added the the application ID URI(from azure AD) in the Allowed Token Audiences. here is the api that i used to generate the token. POST…
0
votes
1 answer

Azure App Service Deployment Slot Deployment Center Deployment Failing

I am trying to deploy to a deployment slot of Azure App Service through the deployment center. I have a repo in Azure DevOps and using Kudu deployment. On the last step when I click on Finish the deployment set up through Azure Portal, I am getting…
0
votes
0 answers

Unable to see application console logs in azure log stream, filesystem , blob storage

We are using spring boot app deployed in azure app service , App is using Logback by default and logging in console. Even though i have configured the storageV2 account to retreive the logs in blob storage , enabled to store logs in filesystem still…
pvjhs
  • 549
  • 1
  • 9
  • 24
0
votes
1 answer

Can I host Azure App Services on the VMs that I have reserved?

If have reserved few VMs in Azure, can't I use them to host App services? The instance types I see in VMs is not same as the ones I see in App Service? For the reserved EC2 instances in AWS, I am able to use them by Elastic Beanstalk service. Isn't…
0
votes
0 answers

sending mail using smtp.gmail.com in azure App Service asp.net core

I try to send email in asp.net core (MVC) using smtp.gmail.com when I use this code MailMessage message = new MailMessage(); message.To.Add(user.Email); message.Subject = " Confirmation mail"; …
Red Fox
  • 15
  • 4
0
votes
1 answer

Create secondary FTP credentials on Azure App Service

I have my credentials for access to the wwwroot directory on Azure App Service. The question if is it possible to create others credentials that can access only in a subdirectory like wwwroot/subdirname I tried to search in Deployment center but…
Roberto Remondini
  • 242
  • 1
  • 6
  • 19
0
votes
1 answer

What are some Architecture design consideration while choosing Azure HCM over Azure VPN S2S connection for application hosted on Azure App Service?

I am trying to deploy Hybrid Application on Azure. My Application will be hosted on Azure Cloud App Service and Database will be on company's private DC. I have some question on optimal architecture or optimum architecture solution on Azure in this…
0
votes
2 answers

Microsoft Azure app outputs error when it receives a long URL. How do I fix this?

I'm using the App Service to host a wordpress blog. When I search using my site's search engine I receive an Azure error. I'm assuming because the URL is too long as a safety feature to prevent injection attacks. The error message is: "The resource…
Nero
  • 33
  • 7
0
votes
0 answers

How to override app settings in azure app service?

net core application. I have created arm template for resource creation. In template I have passed variables like below. "siteConfig": { "appSettings": [ { "name":…
Niranjan godbole
  • 721
  • 3
  • 13
  • 28
0
votes
0 answers

Web API project failing to deploy on Azure App Service using Kudu deployments

I am using Visual Studio 2019, my Web API project builds and runs fine locally. But, when trying to deploy on Azure App Service it fails with the following…
tRuEsAtM
  • 3,517
  • 6
  • 43
  • 83
0
votes
0 answers

how to put key/value in azure app service configuration-Application settings

I have below appsettings for asp.net core 3.1 web application, { "AzureAd": { "Instance": "https://login.microsoftonline.com/", "Domain": "msidentitysamplestesting.onmicrosoft.com", "TenantId": "7f58f645-c190-4ce5-9de4-e2b7acd2a6ab", "ClientId":…
user584018
  • 10,186
  • 15
  • 74
  • 160
0
votes
4 answers

Why should I prefer Azure App Service over .NET REST Web API?

Why should I use Azure App Service and not just implement a common .NET RESTful Web API backend? What's the explicit benefit of this service compared to a common .NET RESTful Web API backend hosted on Azure?
AxD
  • 2,714
  • 3
  • 31
  • 53
0
votes
1 answer

How to copy files to wwwroot directory using copy "Copy Files To azure" pipeline?

I am using azure devops to host my angular application on azure appservice and it's working great. I have two files in my src folder of project and I want to move or paste those files into the wwwroot directory where my application's published code…
Floki
  • 271
  • 1
  • 5
  • 15