Apps works on deployment slot, not on production (for some browsers)
Have an app, running for the last year but last week started getting auth issues on production. Debugging it showed random 403 reported. We published again to a deployment slot, checked everything worked and then did a swap. No success. What works (on…
Can I connect to an azure hybrid connection from my dev machine?
Hi I have set up a hybrid connection from "server-a" which is running the hybrid connection manager, and this serves up for example "localhost:5000". So I can access "server-a:5000" from my Azure App Service. This is working…
Folders not getting deployed
I have sub-folders in my project (WorkerService) that doesn't get published, any ideas?
How to create an event via API for an internal organization user as "ACCEPTED"
I am creating an event via API, and setting Internal organization user as participant. I want to set it as accepted for those internal users. How can I do it?
How to Create Post URL using Azure blobs
BlobService has one inbuilt function to getUrl. Requirement is to have Post URL also. How can we achieve this?
Problem webapp Wordpress on Linux Azure
Hello there, I'm facing an issue when i try to deploy Word press on Linux in Azure in a new ressource group. i've tried in France Central and North Europe. The deployment fail with an error on the Webapp and the following details :…
Valid certificate but still get SSL errors
Hello, We have a cert for our site https://www.blocherconsulting.com If you browse there, sometimes you get the *.azurewebsites.net built-in certificate, like this: However, multiple sites that check certificate validity return the correct result:…
Using the same Azure domain for Office 365 and other resources
Hi, imagine some employees are already using Azure resources like App Services, SQL databases and DevOps for our custom domain company1.com. All users that access these resources have email addresses and AD logins like user1@company1.com and so on. …
Angular8 app build is not working in Azure.
main.70718eefd29f3cd9bd7c.js:1 ERROR Error: Uncaught (in promise): TypeError: l.ɵcrt is not a function TypeError: l.ɵcrt is not a function at Module.L6id (31.9cfd7a02b50dc7d2654f.js:1) at o (runtime.f40063b4ebf9fdb35697.js:1) at…
How to install Matlab Compiler Runtime in Azure App Service
I wish to install Matlab Compiler runtime (MCR) in the directory of Azure App Service. I have a MCR install .exe and I drag it into any directory (D:\home) to excute it in CMD (Kudu) but nothing happen. May I know can I install the MCR in Azure App…
"Search meeting date and time" API
Hi everyone, Good Morning! Let me ask one question about "Search meeting date and time" api. I would like to know that api can search the available meeting with different date or not. Now, im trying to search with different date as per below,…
Linked Private Certificates not listed in App Service Certificate overview blade
The overview blade of an App Service Certificate contains a list of Linked Private Certificates. For all our ASCs, this list is empty and it says: "No linked App Service Private Certificates found, Import your App Service Certificate in App Service…
Adding app setting to existed app settings in web app
In order to add extra app setting to web app via powershell is there any way to added app setting without pulling down existed app setting and adding new one then updating back to web app. I want to simply add new one as we do in portal via powershell.…
Azure App Service Application logs to stdout
Hi. I have read these doc https://learn.microsoft.com/en-us/azure/app-service/troubleshoot-diagnostic-logs and https://learn.microsoft.com/en-us/azure/app-service/containers/app-service-linux-intro . Can I use…
Windows Node Web App Suddenly Doesn't Know What Stack It Is Running!?!?!
Stood up a Windows Node 10.14 web app a while back, deployed PWA code to it, and everything was fine. Suddenly, attempting to browse to the application results in a "You do not have permission to view this directory or page" error message.…
MVC Web Service in Docker Container or Azure App Service?
Hi all, I would like to know what will be on a long run the most cost efficient to deploy an MVC Web Service using Docker Container or Azure App Service. Having in consideration that the Azure App Service have the auto-scaling as a feature by…
Azure App Service free Managed Certificate for SSL/TLS
So free "Managed Certificate" is now available in Preview and it doesn't support naked/apex domains. azure.microsoft.com/announcement Now it's a SEO best practice to stick to either 'www' or no 'www' and do a 301 redirect. How are…
Is Azure App Service Compliant with PCI Standard 3.0 and 3.1?
Whether Azure App Service Compliant with PCI Standard 3.0 and 3.1? Sourced from FAQ
Do you have the way or any plan for feature of Application Insights for Web App on Linux same as Web App?
Now Web Apps(Windows) has many useful monitoring system using Application Insights. It don't need change my application code. But Web Apps for Linux doesn't have same features. We need embedded to a source code using SDK. Could you let…
Trending on MSDN: Unable to send mail through Azure hosting environment RRS feed
In my web application , I am sending mail using using System.Net.Mail; (c#). In my local machine mailing is working fine, but I hosted it on Azure the mail doesn't work. Sourced from MSDN