Azure Management API encompasses all the REST APIs that are used to manage Azure services. It is not the same as Azure API Management which is a specific service on Azure.
Questions tagged [azure-management-api]
224 questions
0
votes
1 answer
How to chose the instance to be de-allocated in Azure Cloud Worker role?
I am seeking to improve the autoscaling behavior of an existing CPU-intensive app implemented in .NET and hosted as an Azure Worker Role. Currently, auto-scaling is controlled by the app itself through the Management API by adjusting the number of…

Joannes Vermorel
- 8,976
- 12
- 64
- 104
0
votes
1 answer
How to rapidly publish web role cloud service, uploading only binaries, avoiding wholly restarting the VM?
Possible ways to accomplish it:
Creating dedicated WCF service for this purpose (currently my favorite option)
Using the REST API?
Azure PowerShell?
Explanation:
Publishing a web-role cloud-service takes about 10 minutes. It's much too long during…

Tar
- 8,529
- 9
- 56
- 127
0
votes
1 answer
Azure manage compute API is failing with InvalidAPIVersion error
I am trying to use Azure resource manager and Azure Compute Management APIs to get list of virtual machines in a resource group and all of virtual machine properties. It's failing with InvalidAPIVersion error even though I have updated to latest…

pravn757
- 55
- 1
- 8
0
votes
0 answers
Cannot retrieve Management Certificate from Azure via code
I'm having trouble accessing a certificate I uploaded to Azure to manage my account in code.
I've followed this tutorial: http://azure.microsoft.com/blog/2014/10/27/using-certificates-in-azure-websites-applications/
Uploaded the cert to Azure…

Smithy
- 2,170
- 6
- 29
- 61
0
votes
0 answers
How to access Azure Management API China
I've written a tool to setup Azure Web Apps, Databases, Storage accounts etc.
Wt works quite well with general Azure. However, I'd now like to apply the same to Azure China now. Now I'm looking for the correct Urls to get a Token form the Active…

Sam7
- 3,382
- 2
- 34
- 57
0
votes
1 answer
Simple API call to management.azure.com
I am building a very simple maintenance app for a website hosted on Azure. I want to display a few details such as website online status (on/off), server location, latest deployment(s) and so forth. So rather then browsing the azure portal I want to…

Toonsylvania
- 453
- 6
- 21
0
votes
1 answer
Using ADAL to invoke Azure Service Management API
I have created an Azure AD native client application and have given delegated permissions to Azure Service Management API. Now, I'm able to invoke the service management API using my id from a Windows Phone 8.1 app using ADAL library. However,…

Sridhar
- 837
- 1
- 10
- 21
0
votes
1 answer
How I can get an azure management certificate?
I have a console application running on an Azure cloud service VM that need getting a management certificate.
My certificate is loaded on SETTINGS/CERTIFICATE but what should I do next?
I tried something like this:
X509Store certStore = new…

Frédéric De Lène Mirouze
- 545
- 5
- 25
0
votes
1 answer
How to disable backend access to Azure RESTful services?
I am planning to use Azure REST API management.
Among other things to standardize the security when calling the restful services. However I can't seem to figure out how to prevent access to the actual REST API as in to (lock the actual service away…

Alwyn
- 8,079
- 12
- 59
- 107
0
votes
1 answer
Create Azure ServiceBus Namaspace
Is it possible to programmatically create a ServiceBus namspace, create identities, assign Send/Listen permissions, etc?
I found the following SO question from two years ago but I suspect things have changed in the mean time and the answer might be…

desautelsj
- 3,587
- 4
- 37
- 55
-1
votes
1 answer
How Can I deploy Apps in app service with private GitHub repository using REST API or ARM templates?
The following is the ARM template I am using to create a app service and use a private GitHub repo to deploy applications with deployment for application fails.
{
"properties": {
"mode": "Incremental",
…

Trouble Records
- 5
- 1
-1
votes
1 answer
Azure REST API to get list of PaaS and SaaS services
Does Azure provide any Management REST APIs to fetch the list of PaaS and SaaS services used by a Azure Account or Subscription.
For e.g. If my Account is using Multifactor Auth, Advisor Services, AD etc I need to get that list of services in a REST…

Pharaoh
- 712
- 1
- 9
- 33
-1
votes
2 answers
Removing the user from Azure subscription programmatically (C#)
I want remove the users from Azure subscriptions programmatically.
We have lot of ways in the web to remove the AAD user but I could not find source to remove the users from Azure subscriptions.
Can we remove the user from Azure subscriptions…

Avinash
- 2,053
- 2
- 14
- 32
-1
votes
1 answer
Running Script on Azure Web Role Instances
Is there a way to execute some script on Azure Web Role Instances ? I am kind off new to Azure and Azure Management APIs.
Basically what i want to achieve is, depending on the environment type, i would like to switch ON/OFF couple of services in all…

Jash
- 942
- 4
- 17
- 40