Questions tagged [azure-web-apps]

143 questions
1
vote
1 answer

What cross-subscription communication & connectivity is possible in Azure?

I work in a large distributed org, and several divisions have purchased their own subscription to Azure. I am a co-administrator to all the accounts, and can see all the resources in all subscriptions. Is there a per-resource description of what…
1
vote
1 answer

Best way to convert azure logs date time into an excel date time

Hello when I export Azure logs to csv I get this datetime format that excel doesn't recognize as a valid date time format: 2022-10-19T12:05:58Z Is this the best way to convert this to an excel datetime or is there something…
1
vote
1 answer

Is there a way to map a VM to a domain name with Azure without a static public IP?

I have a Go application that I would like to host on the public internet via Azure using a domain I own with another provider. I realize the most straight forward way todo this is to spin up a VM, request a static, public IP for it and then point to…
1
vote
1 answer

Mounting Azure Files in Azure App Service

Summary I have an Azure App Service running a custom container. When I bind a path to an Azure Files share my container stops working. Looking at the Container Issues logs, I see the error: [BYOS] Custom storage volume(s) failed to initialize:…
JohnLBevan
  • 1,214
  • 7
  • 22
  • 46
1
vote
2 answers

Hosting an Azure App Service on an apex/naked domain

I have created an Azure App Service site which is moving to production. I am having some problems with the fact that Azure can only handle SSL/TLS for subdomains. My subdomain www.abc123.com is currently using a CNAME record to point to the App…
bendataclear
  • 133
  • 5
1
vote
1 answer

Why does a restart of my Azure WebApps instance caused downtime of a few hours?

My Azure WebApps instance (running on Tomcat, Linux) has been working well for 9 months. Recently there was a couple of hours downtime, which according to a Microsoft Support Engineer was caused by the following: a storage file server reboot on…
gordon613
  • 173
  • 2
  • 15
1
vote
2 answers

Web application firewall for Azure storage account

We have a Azure storage account which contains static HTML content for a website. Instead of exposing the storage account URL on the Internet, an Azure CDN endpoint was created https://ourendpoint.azureedge.net/ which is exposed to outside…
1
vote
0 answers

Azure Web App suddenly stops communicating with external SQL Server

I have an issue with my Azure Web App that it once in a while stops communicating with our external SQL Server. Everything was working fine until a few hours ago. It's a simple setup with an asp.net website that connects to a SQL Server located on a…
Christian
  • 111
  • 1
1
vote
1 answer

Can an Azure IPSEC gateway be used with a normal Azure web app?

We have a simple php website which needs to connect to a 3rd party API, and that third party requires a point to point IPSEC VPN. Azure has an ipsec gateway product for this, but how does one use it with a web app? There are 3 categories of web app:…
eos
  • 551
  • 4
  • 10
  • 27
1
vote
1 answer

Connect Azure App Service to Azure SQL Server DB

I'm trying to securely let an Azure App Service connect to an Azure SQL Server Database. Before, to 'just make it work', I had the SQL Server firewall open to internet. The App Service gets a connection string from the app service, and uses that to…
Metallkiller
  • 171
  • 3
  • 8
0
votes
2 answers

Azure - Allow Web App to access KeyVault with Firewall

I have an Azure KeyVault that is secured at the network-level. I only allow connections from 2 specific vnets/subnets. However, I also want one of my web app (outside of the subnets) to be able to fetch secrets from the KeyVault. I added an access…
2d1b
  • 107
  • 2
0
votes
1 answer

Azure Cross Region server to server call fails when Web App is in VNet

I have an web app in EU West Region that calls an API hosted in EU North Region. When I place my Web App in a VNet and call the web app in another region, that I do not control, I get a 403 Ip Forbidden. For testing, I have setup 2 web…
Morten Lyhr
  • 101
  • 1
0
votes
1 answer

Change Custom Domain Name in Azure AD

Although we haven't created the Azure AD infrastructure yet and I'm a bit new to the Azure world, a question has come up regarding the simplicity of changing a custom domain name in an Azure tenant. Say our tenant is: widgetsAreUs.com The custom…
Tikhon
  • 87
  • 1
  • 9
0
votes
2 answers

What TLDs can be used with Azure?

I am a newbie in the Azure world but am planning to use the App service to upload a PHP demo app. However, I was reading in the documentation that I can buy certain supported domains inside Azure but, Could I use my .app or .co domain already…
0
votes
1 answer

Cannot delete Azure Web App that has no resource group

I was trying move some Azure web apps (Windows) that I have from North EU to West EU. Since this is not possible out of the box, I thought I would use the "Clone App" feature. I cloned "AppA" on The North EU Plan to "AppA-Temp" on West EU Plan,…