Top "Azure-api-apps" questions

API Apps are part of the Azure App Service suite that also includes web apps, mobile apps, and logic apps.

What is the difference between an API App and a Web App?

I've been reading a few tutorials now on deploying Web Apps and API Apps to Azure. However, I am still …

azure azure-web-app-service azure-api-apps
API management URL is giving Missing subscription key Issue

I am new to API management. I have created a Basic WEB API & hosted to the API APP(App …

azure azure-api-management azure-api-apps
Location of swagger.json when created with Swashbuckle

When I build and run my Azure Web API I get a nice swaggerUI. I want to add the API …

swagger swashbuckle azure-api-apps
How to find the unique ID of an MS Teams group?

Many of the new beta Microsoft Teams APIs, such as this require the caller to specify the unique ID of …

ms-office azure-api-apps microsoft-teams
CORS headers missing when deployed on Azure Web App / Azure API

I have created an OWIN hosted WebAPI 2. There's also a web app (AngularJS) that's using the API and acting as …

c# azure cors azure-web-app-service azure-api-apps
Unable to get bearer token from Azure AD to use with API App

I have an MVC application that needs to access private API App in Azure that is protected with Azure AD …

c# azure azure-active-directory azure-ad-graph-api azure-api-apps
Azure Custom Controller / API .Net backend

I have had a MobileService running on Azure, and have decided to create a new service and migrate the code …

c# asp.net azure azure-api-apps azure-mobile-services
Serilog With API App in Azure

I've integrated Serilog into WebApi project developed with Asp.Net Core 2.0 This is the configuration code in Program.cs: Log.…

c# azure asp.net-web-api serilog azure-api-apps
401 error when authenticating to an Azure API App using AAD

I have an API app that has been working fine with a Gateway Host and now that the gateway host …

c# azure azure-active-directory adal azure-api-apps
Azure API App Swagger is not available from portal

I've created an Azure API App and deployed it to Azure. At first, I had no problem getting the Swagger …

c# azure azure-web-app-service azure-api-apps