Questions tagged [azure-app-api]
30 questions
9
votes
3 answers
Azure App Service, Mobile Apps or Api Apps; what is the difference?
I have reading about the new Azure offerings and trying to figure out what is what. The documentation I have been finding all over seems to have more information about the frameworks that are not valid anymore like this one here. Most of what they…

user20358
- 14,182
- 36
- 114
- 186
6
votes
3 answers
Cannot update KeyCredential 'Value' in Azure application manifest
When trying to update the manifest file of my Azure AD application, I receive the following error (see screen shot):
Failed to save manifest. Error details: KeyValueMustBeNull"
I am attempting to update the 'Value' attribute of the keyCredentials…

Tracy
- 680
- 7
- 16
3
votes
2 answers
Storing connection strings in Azure App Service Settings
I have an ASP .Net Core 2.2 Web API which connects to a MySQL Database.
It is hosted on Azure App Service.
Currently I am storing the connection strings in the appsettings.json file:
"ConnectionStrings": {
"MyDataContext":…

Fabricio Rodriguez
- 3,769
- 11
- 48
- 101
3
votes
1 answer
Azure AD App Authorization with active roles
I've got some trouble with Azure AD authorization for APIs with active roles. Here are my steps:
I've created an Azure AD App and activated the option "User assignment required"
In the manifest I've created the roles
In my WebApp I've used ADAL and…

Tom
- 31
- 5
3
votes
1 answer
"Could not find a part of the path" Error For File Read Operation in Azure App
I built an ASP.NET Core api application it is deployed to Azure web api app.
In the code, I try at some point to read the contents of a file in content root, interpolating certain place holders for their actual values.
Now on my local system this…

Oswald Umeh
- 104
- 2
- 11
3
votes
3 answers
Azure App Service Application Settings Ignored, Using web.config Instead
I recently deployed an ASP.Net Web API project to our Azure App Service test slot but started receiving an error when making requests to the API endpoints. Through remote debugging, it became clear that the app was extracting my dev connection…

Zac Seth
- 2,742
- 5
- 37
- 56
2
votes
1 answer
azure app registration remove permissions
I have registered an App in AAD. Then in required permissions I added alot of permissions for AAD and Office Graph. Then I removed all permissions but noticed my app kept working. Required Permissions is empty, but permissions still have all the…

Thomas Segato
- 4,567
- 11
- 55
- 104
1
vote
1 answer
Send email when an application error occurs in Azure web app
Use case is as soon as an error occurs in application, support team should receive a notification.
Looking for an out of box solution in Azure.
Current system configured for Diagnostic logs with below settings:
Application Logging (Blob) -…

user155489
- 143
- 12
1
vote
1 answer
Protect application with microsoft azure AD
I build an application with Azure directory.
I created an apps here:
https://apps.dev.microsoft.com
The problem is: all people can connect to my application with a microsoft account.
it is possible, because the application is in Active Directory,…

Jean-philippe Emond
- 1,619
- 2
- 17
- 29
1
vote
0 answers
App Roles in Azure Web API
I am getting following error when trying to acquire a token for my Azure Web API.
ADAL Error Occurred: AADSTS50105: The signed in user is not assigned to a role for the application 'app guid'.
I don't have any app roles in my manifest and I don't…

Nitin Rastogi
- 1,446
- 16
- 30
1
vote
1 answer
Start-stop azure app services using rest api
Is there any rest api to start-stop AzureAppServices programmatically ?

Dhruv Gohil
- 842
- 11
- 34
1
vote
1 answer
OneNote Classbook - Deamon App
I've searched, without luck, for a documentation on how to build a deamon app that automatically creates OneNote Classbooks for Unified Groups in Office365.
Is there a friendly person who can assist with documentation or answer a simple…

Thomas Weilgaard Yde
- 31
- 5
1
vote
1 answer
Change Azure App API in real time
Prior to migrating from Mobile to App Services I could change node.js APIs in real time. Now changes seem to take an undetermined time to go live. I don't know if they're now being compiled or cached anywhere along the way. Ideally I would like to…

stephen
- 385
- 3
- 24
0
votes
1 answer
Azure function API just returning 256 records
I have created Azure Function Api and this API returning random passwords. I am executing loop 4000 times and calling this API but this API just returning 256 random password and remaining as null...
I have executed same API code locally and it is…

Hemant Sudehely
- 49
- 1
- 10
0
votes
1 answer
How two azure web apis communicate in azure
We have two azure web apis, app 1 and app 2.
We get request to app1 after doing some business logic we need to call app2 and get back the request to app1 and send the request to client of app1.
Is there a way to communicate with app2 from app1…

Dheeraj
- 59
- 9