
Azure App services - how to identify deployment model
Mar 27, 2018 · You can use Get-AzureDeployment cmdlet to get the details of an Azure deployment. Specify the name of the Azure service to get details about a specific resource. …
App Service on Linux - intermittent failure to swap slots
Oct 7, 2019 · I have a NodeJS app running as an app service on linux. We're trying to move to a zero-downtime deployment, so I've set up a 'deployment' slot, and I'm using a Azure devops …
Remove or block the msdeploy.axd on port 8172
Jan 6, 2018 · Thank you for your reply, so there is no way to achieve the removal and/or blocking of port 8172 or stop the msdeploy.axd being executed other than set up the NSG?
App_Data folder cleared\deleted on azure continous integration …
Aug 1, 2013 · According to your description, I am not sure whether you are using Website, cloud service, or virtual machine. In order to reproduce the issue, it would be better if you can let us …
What happens when the local cache size limit is reached?
Nov 6, 2019 · In the article called "Azure App Service Local Cache overview" (can't link to it, my account is not "verified") it talks about using local cache in an app service. It also says that …
How to use keyvault for service bus connection string inside logic …
May 8, 2019 · Are you deploying it by Visual Studio Logic app project ? if so then you can utilise KeyVault if not you would have to change the ARM template in api connection and deploy it. If …
Unable to access advanced tools (Kudu)
Jun 12, 2019 · I am using a Python Azure function app, so am aware that it is in preview, but this feature appears as it should be available and was functional in the past as seen in this tutorial. …
Azure AD single logout configuration - social.msdn.microsoft.com
Aug 24, 2017 · Azure AD does support SAML Logout with IDP initiated logout. First you need to configure the logout URL for the application and that you can do it using App Registration …
System.Reflection.ReflectionTypeLoadException when running unit …
Jan 7, 2019 · Provides common services for use by Azure Mobile Services and Microsoft Azure Tools.
How to deploy logic app in different envt (Prod, UAT , PROD)
Feb 7, 2019 · Query: As I am new to Azure and logic apps , I am developing my POC's (with logic apps ) on the provided Azure account . So when it comes to real time assignment . how can …