Questions tagged [azure-app-api]

30 questions
0
votes
1 answer

Web.config transform and Azure App Service slot swap

As I understand, when we swap the slot, we can choose which appSetting key value to be stayed, but if the staging slot got the new key value which is not in the existing production slot web.config, how can we map the new key value in production…
0
votes
0 answers

Setup many to many relationship in Entity Framework results in Error with double IDs

I'm pretty new to Entity Framework as a FE Dev doing hobby stuff in my spare time. I'm trying to setup a many to many relationship with the following two classes. I want to have a table with all the users of the application. Each user can have…
Jan
  • 11
  • 1
0
votes
1 answer

Azure Service App [Mobileservice] - Custom error response

I've been working on an app and sometimes during my coding I receive 500 Internal Server Error with no content, which isn't really what it's suppose to show. I wrote a code to test the error response in the controller as following: [HttpGet] …
0
votes
1 answer

Aure APP SSL Complaint

Recently we had a security scan for our one of the azure app and found that this was not security complaint . TLS_RSA_WITH_3DES_EDE_CBC_SHA cipher is weak and it should not be supported could you please let me know if there is any way to solve…
user226917
  • 21
  • 6
0
votes
1 answer

Why Can't I update My Database Using Azure Mobile app

I'm literally new to Azure , I need some guides :"( [![enter image description here][1]][1] As you can see , I have successfully published my .Net backend to the service , and I do a little bit code first inside it , I'm so confused where to check…
0
votes
2 answers

Authorization Failure when accessing Azure table via SAS on Xamarin

I have set up a custom API to generate a SAS token for my Xamarin app. Once I have received the token on the app, I connect to the table and try to run .ExistsAsync() to confirm that I can communicate with the table. I'm running into an issue…
0
votes
0 answers

Hosting azure app api on custom server

I am working on xamarin android. I want to connect my local DB to my mobile app. For this i have created a azure app api with swagger. Now i want it to use it locally i.e. i don't want it to host on azure portal all i want is to host it on my static…
Moeez
  • 494
  • 9
  • 55
  • 147
0
votes
0 answers

Azure Graph API - unauthorized after consenting app

I am trying to call graph api URL https://graph.microsoft.com/v1.0/me from a native application but get access denied. If I call web api authorized controller from the native app, I successfully authenticate. When I try to make a REST call in the…
0
votes
1 answer

No Access to a collection of DocumentDB in Azure from an App API deployed in Azure

I have a problem with an API to access a collection DocumentDB. If I run the API from my development environment (Visual Studio) it works well and returns all JSON documents in the collections. The latency time is about 1 minute. But when the API is…
0
votes
1 answer

Azure Easy API JavaScript: How to return multiple result set from MSSQL query

I have created an Azure Easy API (on an app service that was recently migrated from a mobile service). I want to return three result sets from an SQL stored procedure. But it only returns the first result set. I have read that setting multiple…
0
votes
1 answer

Azure App Service Node.js backend

How do we access the App Settings in the Azure App Service using Azure backend Node.js? Previously in Azure Mobile Services, we could use: require('mobileservice-config'); But this is no longer valid.
0
votes
1 answer

how can i configure Web.config file in azure java app deployed by azure app service portal UI

Hello i have a Java Servlet(Jersey2 + Jax-rs)Api App deployed by Azure portal not from marketplace. So now i am trying to configure my server or container to restrict IPs and HTTP requests, However, from azure guidelines in the websites are talking…
0
votes
1 answer

How to invoke azure easy API using angularjs in VS2013 Cordova Application?

I have created azure Easy API on azure App services.How To get the API values from Easy API using angular Js.But now I am struggling To call API.For App services there is no app key i Don't know how to Call API. Before i have Used Azure mobile…
divya
  • 193
  • 3
  • 15
0
votes
1 answer

Cannot find equivalent tooling in Azure API Apps using VS 2015

I am using this video as a reference. It is basically explaining how to build Azure Api Apps using VS 2013. I want to do the same in VS2015 and have installed the latest Azure SDK. I am finding the following things missing and not able to find its…
user20358
  • 14,182
  • 36
  • 114
  • 186
-1
votes
2 answers

Convert a Cloud service web role to Azure App service(Web app)

My subscription has been moved over to CSP subscription and i can no longer can use cloud services within it. For that matter, i guess i need to convert to Azure App services/Service fabric. The application is .NET MVC type and trying to convert to…
1
2