About 380 results
Open links in new tab
  1. How to white list IP for Azure Web App Services (Web API)

    Feb 1, 2017 · I have web api and SQL Server VM. Web API is sending SOAP requests to SQL Server MDS Soap interface.Currently network security rules prevents any access to 80 from …

  2. Cannot Diagnose SocketException problems with App Service Plan ...

    Nothing about socket handles. Because of this, you can figure out that an instance of an app service plan is leaking outbound connections, and you can look at the outbound ports to infer …

  3. Pushing to Git, fatal: unable to access & could not resolve host

    Jan 17, 2017 · This page gives detailed information on how to set those creds, and how to get the git URL with the right username in it: https://docs.microsoft.com/en-us/azure/app-service …

  4. 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 …

  5. Obtaining Bearer Token from Azure Active Directory …

    Oct 7, 2021 · I'm trying to build an app with both MVC and Web API using Azure Active Directory for authentication where MVC uses cookies and Web API uses bearer tokens. After the user is …

  6. Azure Functions Triggered Multiple Times for email

    May 30, 2016 · "I am using a function app with a timer. Timer should schedule the function at 1:10PM. But the function is triggered 3-times (1:10, 1:12, 1:14). Next day 4 times. Then next …

  7. Error while accessing secret from KeyVault in web api | A …

    Nov 18, 2019 · Also, I am unable to ping the vault uri from the machine where web app is hosted. what could be the issue?

  8. 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 …

  9. 5-10 mins delay with blob triggers - social.msdn.microsoft.com

    Jan 15, 2016 · I am trying a watch an Azure Storage container for new files and put a message on queue when the file does arrive, something similar to S3 triggers in AWS. I am using following …

  10. Get user IP on application behind Azure application gateway

    Nov 7, 2018 · We had encountered an issue after move our web application from Apache web proxy to Azure Application Gateway, in which our web application will authenticate an …