azure-api-apps Questions
4
Solved
I got a message from Microsoft in the last few days
Azure SQL Database 2014-04-01 APIs will be retired on 31 October 2025.
You're receiving this email because you use Azure SQL Database APIs.
To i...
Axum asked 2/11, 2022 at 16:12
3
While calling a REST API for Azure DevOps I am getting an error 203 Non-Authoritative Information.
Actually I want to trigger a release pipeline line with the help of REST API.
Gustafson asked 22/11, 2019 at 9:51
3
Solved
When I build and run my Azure Web API I get a nice swaggerUI.
I want to add the API to Azure API Management.
For this I need either a URL or the swagger.json file.
Where does Swashbuckle put the...
Ventriloquism asked 1/12, 2016 at 17:5
4
Solved
I am trying to remote debug an Asp.Net Core Web Application (with Web API) project deployed as an Azure App Service with Visual Studio 2017 Professional.
Followed the instructions as documented her...
Verile asked 7/7, 2017 at 17:57
1
We have an App Service Plan (P2v2: 1) that has 6 .Net Core Web API's & 2 Web Jobs deployed.
Of late, 1 of the Web API periodically starts emitting (502) Bad Gateway error.
The error seems to re...
Ashti asked 21/7, 2020 at 14:18
7
Solved
I've been reading a few tutorials now on deploying Web Apps and API Apps to Azure. However, I am still a little unsure as to why you would use one over another.
I can create a new .NET solution w...
Bellbird asked 13/7, 2015 at 15:10
3
Solved
I am new to API management. I have created a Basic WEB API & hosted to the API APP(App service). URL is working as expected & it's returning the data. i.e. http://xyz.azurewebsites.net/api/...
Pimbley asked 25/7, 2018 at 13:8
3
When creating an new ASP.NET Web application in order to develop my APIs and host it in Azure, I have two choices:
Web API
Azure API APP
I can create a Web API APP and host it in Azure API APP?...
Capture asked 14/12, 2017 at 17:41
6
Solved
I have created an OWIN hosted WebAPI 2. There's also a web app (AngularJS) that's using the API and acting as a client.
I've added the necessary code for the CORS to the Startup.cs, and hosted it ...
Epner asked 20/4, 2016 at 10:53
1
Solved
How to deploy Angular 6 with .NET Core 2.0 Web API Application to Microsoft Azure?
I have created ASP.NET Core 2.0 Web API (Server-Side app) application and inside that created Angular 6.0 app (Cl...
Closestool asked 26/6, 2018 at 11:16
4
Solved
I am creating an Azure API app on Visual Studio 2015. when i hit browse and redirected to http://localhost:3012/ if i add swagger to the url nothing happens : http://localhost:3012/swagger
it seem...
Drambuie asked 30/3, 2016 at 7:29
0
I noticed that our app was experiencing high CPU usage. In the diagnostics I found the below message.
High CPU usage was detected for the kudu app for 'DemoApiApp'(39.1%) on only one instance out ...
Purnell asked 1/3, 2018 at 15:36
2
I have a Java web app that I run on an Azure App Service instance. To deploy it, I use a Bitbucket repo with a .war file inside it. When I commit a new .war file to this repo, it is supposed to be ...
Attah asked 11/3, 2017 at 15:56
2
Solved
I have several Microsoft Azure functions developed.
I would like to use a gateway with firewall to make my Azure functions available and protected using one public IP only.
Is there way to use A...
Cassatt asked 3/2, 2017 at 7:6
1
Solved
I've integrated Serilog into WebApi project developed with Asp.Net Core 2.0
This is the configuration code in Program.cs:
Log.Logger = new LoggerConfiguration()
.Enrich.FromLogContext()
.WriteTo...
Ramburt asked 8/10, 2017 at 9:20
1
Solved
I am developing an azure functions which will be triggered by the azure storage queue. For HTTPTrigger we can debug locally , but am not able to find the way to debug QueueTrigger locally . Can any...
Penitence asked 25/8, 2017 at 9:43
5
Solved
I've created an Azure API App and deployed it to Azure. At first, I had no problem getting the Swagger file from the portal (i.e. by clicking the "API Definition" button on the API App blade), but ...
Yaws asked 27/4, 2015 at 18:23
2
Solved
There are alot of tutorials on how to configure the Authentication properties of a given Azure App Service instance:
Api Apps
Expanding App Service Authentication/Authorization
There are guides ...
Oast asked 12/3, 2016 at 3:19
5
Solved
I have had a MobileService running on Azure, and have decided to create a new service and migrate the code myself. The new service is of the new type called: Azure Mobile App Service.
Currently I ...
Saintebeuve asked 1/3, 2016 at 8:31
3
Solved
I have an azure mobile app created, and am about to setup Easy Table. I have followed each step and have created a connection string to a SQL database created before the mobile app. But when I init...
Forme asked 28/1, 2016 at 8:38
1
Solved
What is the difference between azure API-apps,logic-apps,web-apps and azure functions? And what difference does it make for developer?
Sharell asked 26/3, 2017 at 13:51
2
I have an API app that has been working fine with a Gateway Host and now that the gateway host is being deprecated I'm trying to follow the Migration Guide. I've redeployed my service using the 2.8...
Faust asked 16/12, 2015 at 17:11
1
Solved
This question is related to following questions but not the same question
How can i integrate Azure Mobile App win Azure API app
How to combine azure AppServices API, Mobile and Web apps
I have ...
Aland asked 20/8, 2016 at 22:38
2
Solved
I have created an Azure API App. Then I need to run some command line for testing on that environment. In Azure classic I can do remote desktop to Cloud services to run some command line but now in...
Katiakatie asked 2/8, 2016 at 16:1
1
Solved
We are are on the start of our project and want to decide what technologies that Azure provides we can utilize. Firstly we are going to have mobile application and later web application. For both o...
Antimasque asked 26/5, 2016 at 6:28
1 Next >
© 2022 - 2024 — McMap. All rights reserved.