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
1
vote
2 answers
Set Response Header With remaining-calls Azure API Management
I'm using Azure API Management with some rate limiting based on subscription. I need to send to the user in the response headers the number of remaining calls. I know that I should set some values in the outbound policy but I do not know how to do…

Islam
- 1,647
- 6
- 27
- 40
1
vote
0 answers
Unable to Create Pool using Azure Batch Management Library with ServiceClientCrenetials generated via AzureCredentialsFactory
I am using this documentation to assign a managed identity to my Batch Pool. For simplicity I do not include that assignment in the examples below as the issue is not tied to that but rather to accessing the management library with my credentials…

INNVTV
- 3,155
- 7
- 37
- 71
1
vote
1 answer
Python while loop token not updating
I am exploring azure management APIs. The ADF monitor pipeline, returns only 100 records at a time. So I created a while loop, but for some reason, not sure what, not able to get the next token.
ct = d.get('continuationToken','')
c = 1
while…

Aman Khandelwal
- 148
- 1
- 13
1
vote
1 answer
How to programmatically scale Azure Cloud Service (classic) roles
Based on this how-to for scaling Azure app services programmatically:
Is it possible to scale Azure app services programmatically,
I am trying to recreate this for Azure Cloud Services (classic), using the…

Alex
- 38
- 4
1
vote
1 answer
ArgumentNullException when attempting to create KeyVault via Azure Management Fluent Api in Azure Function
I've added a service bus triggered function to create a key vault via the Microsoft.Azure.Management.Fluent library.
The function runs fine locally and creates a new key vault within my MSDN subscription, however, when it's deployed into Azure and…

Rob Willis
- 4,706
- 2
- 28
- 20
1
vote
1 answer
Do we have any option similar to Azure CLI's --debug switch in Azure Powershell?
The --debug switch in Azure CLI is very useful for me.
Do we have such feature (--debug) in Azure Poweshell?
Please note that I am not asking how to debug PowerShell scripts. I am looking for a feature to trace the calls that Azure Poweshell cmdlets…

Allan Xu
- 7,998
- 11
- 51
- 122
1
vote
2 answers
How to test Azure Data factory linked service using API
I am trying to create and use Azure data factory by Rest API but while creation of linked service connection has created successfully but when I checked connection it got failed so is there anything to do test connection by API or PowerShell…

Sudarshan Sharma
- 105
- 1
- 11
1
vote
2 answers
How to get list of Endpoint Statistics and Dangerous Endpoints by using of Azure Mgmt SDK fluent
I am using https://www.nuget.org/packages/Microsoft.Azure.Management.Fluent for getting resources in Azure with programmatically(C#.NET-Core Web app) and tried to get resources information by providing service principals(CS) as below...
string…

Anirban Goswami
- 41
- 6
1
vote
1 answer
How to get list of Empty Resource Groups by using of Azure Mgmt SDK fluent
I am using https://www.nuget.org/packages/Microsoft.Azure.Management.Fluent for getting resources in Azure with programmatically(C# .NET-Core Web app) and tried to get resources information by providing service principals as below...
string…

Anirban Goswami
- 41
- 6
1
vote
2 answers
Unable to subscribe to Azure Device Twins using MQTT and ESP8266
I have been working on the Azure Device Twins for the past month. The main goal is to subscribe to three device twin paths so that any change of the desired property results in a notification shown on the serial monitor and the desired property is…

Imran Shafiq
- 13
- 3
1
vote
0 answers
How to hide the private key used for encryption in the client machine?
So the scenario is that i want to basically hide the subscription key of an API , in Azure management service.To access that api , user has to send the subscription key in the header of the request.And i have decided to encrypt that subscription key…

Bhavesh Damor
- 61
- 2
- 14
1
vote
1 answer
How to get Azure Products by product programmatically?
I can get available regions for any Azure service using this page
https://azure.microsoft.com/en-us/global-infrastructure/services/?products=storage
Is any API (REST for example or c#) to get this information programmatically?
Thanks.

Sergey Voronkov
- 67
- 7
1
vote
1 answer
Azure REST Service Cost
Is there any cost associated in sending API calls to the service endpoints mentioned at the following URL: https://learn.microsoft.com/en-us/rest/api/azure/ provided by Azure using Postman?

Sonia Lamba
- 11
- 3
1
vote
1 answer
How to get Resources groups list within an Azure Function App
I want to create an Azure Function that would retrieve the Sources Groups List, I found related question
here, but I'm wondering if there could be another alternative as this function will be hosted in the same Azure subscription, without making…

ulitosCoder
- 1,919
- 1
- 17
- 22
1
vote
1 answer
PowerBi Embedded suspend and resume capacity using .NET SDK
I'm trying to figure out whether there is a azure management NuGet package that I can use to communicate with this part of the API for suspending and resuming my powerbi embedded capacities.
I have been unable to find it. Does what I'm looking for…

Maurits Moeys
- 1,116
- 1
- 12
- 22