Questions tagged [azure-management-api]

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.

224 questions
3
votes
1 answer

Api Management : can you groupe the operation by controller?

my question is about the displaying of the operation list in Azure Api management portal, i did an import from Swagger 2.0 in swagger i had the operations grouped by controller: and after then import in the portal : any ideas ?
3
votes
1 answer

How to upload an Azure Management Certificate using the Azure Powershell

Is it possible to upload an Azure Management Certificate using the Azure Powershell or Azure CLI? Background: My goal is to write a script that'll let me log into Azure using my Microsoft credentials, and then once I'm authenticated to Azure it'll…
Zain Rizvi
  • 23,586
  • 22
  • 91
  • 133
3
votes
1 answer

How to create a Power BI Embedded workspace with azure CLI?

That is driving me insane. My main goal is to embed POWER BI reports/tiles in my Rails Web App. I have a POWER BI account with some reports. I have also created a Workspace collection on the Azure Portal for Power BI Embedded. Through the portal I…
fro_oo
  • 1,610
  • 4
  • 24
  • 46
3
votes
1 answer

Office365: Unauthorized response when accessing the management activity api

I am having trouble accessing the management activity API that has recently been rolled out. Though I believe I have correctly configured my app Yet when I make the following API…
Syed Mauze Rehan
  • 1,125
  • 14
  • 31
3
votes
2 answers

Azure Api Management - set favicon on developer portal, edit greetings email template

Could you help me with two very simple and obvious question: How to set a favicon on developer portal in azure api management? How to edit an email template for a newly created user account? In notifications tab there are any other template except…
berliner
  • 1,887
  • 3
  • 15
  • 23
3
votes
1 answer

How can I programmatically find how much Azure Storage space I have consumed so far?

There's a volume limitation per Azure Storage Account is 200 TB (two hundred terabytes). This sounds real large but if you store files in blob storage 25 megabytes each you can have about four million of them stored which is nice but not something…
sharptooth
  • 167,383
  • 100
  • 513
  • 979
3
votes
1 answer

How to get subscription id programmatically in a Azure Role?

I have this Worker Role which makes use of REST Management API (through https://github.com/Azure/azure-sdk-for-net), whose the most basic pre-requisite is the Subscription ID. Is there a way to get the Subscription ID from a running (worker) role?…
Igor Gatis
  • 4,648
  • 10
  • 43
  • 66
2
votes
1 answer

developer portal in azure management api is not correctly working

Why it is that when clicking on API, it is displaying the popup as shown in the picture, rather then going to the API page? I have publish the project and reset content but then also no change? How can I activate the site? It seems to me that some…
maztt
  • 12,278
  • 21
  • 78
  • 153
2
votes
1 answer

Login to Azure Management API from .NET Console app

I am creating a console application that logs in into my Line of Business application and also call some Azure Management APIs. My Client Application has permissions to do both and it can do it from my Blazor WASM web app from the client side here…
2
votes
3 answers

Azure Resource Management API without user_impersonation, is it possible?

I am trying to find security best practice on App permissions in the context of azure resource management. Currently, there is only one permission listed for management.azure.com and it is management.azure.com/user_impersonation (preview). This…
Prodip
  • 436
  • 8
  • 21
2
votes
1 answer

Azure API Management vs Logic Apps

New to Azure and would like to know what the difference between Azure API Management and Logic Apps is. Some pros and cons would be nice. Also what the costing for each of these is like. Thanks
Ke Fedile
  • 41
  • 2
2
votes
2 answers

Can't list azure appservices (spring boot apps) in a subscription using Azure Management Libraries for Java

I'm trying to list my deployed spring boot application in appservices in one of my azure subscription using azure management libraries for java but not able to do so. Everything works fine from azure cli. azure java sdk version 1.18.0 (latest) jdk…
2
votes
1 answer

Creating resource groups from Azure Web App Managed Service Identity

I'm trying to build a Bot using MS Bot framework and this bot is hosted as an Azure Web App. I've added code to create resource groups using the Microsoft.Azure.Management.Fluent APIs AzureCredentialsFactory f = new AzureCredentialsFactory(); var…
GeertvdC
  • 2,758
  • 1
  • 22
  • 26
2
votes
2 answers

SQL Server with Azure access creation with Azure Management Libraries for .Net

I create azure SQL servers using the Azure Management Libraries for .Net and I need to add a firewall rule to allow Azure Services to access the new server (like the switch in the portal). I currently create the server like this sqlServer =…
2
votes
1 answer

Azure metrics returning 0s from MetricsClient

I have a nightly job that gathers a couple of different metrics from Azure, using the the MetricsClient from Microsoft.WindowsAzure.Management.Monitoring. This has been set up and was working for a while. However recently it stopped working…
JayUnt
  • 41
  • 4
1
2
3
14 15