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
0
votes
2 answers

Is there a Nuget package to create Azure Function Apps?

I need to create multiple Azure Function apps in different geographic locations over and over, so I need to automate this. Doing this in the Portal isn't going to scale. I thought there would be a Nuget package for doing this, but I haven't found it…
0
votes
0 answers

How do I create an AlertsClient from an Azure Active Directory secret?

I have an ASP.NET app where I'm trying to connect to the Azure Monitoring API, but keep getting the following exception. I tried to follow a powershell tutorial on how to add a role to my app's service principal (or something), but nothing seemed…
MStodd
  • 4,716
  • 3
  • 30
  • 50
0
votes
0 answers

Azure Storage Management Client authentication failure

Using the Azure management APIs to access a storage account I use TokenCloudCredentials for authentication. This works fine for storage accounts under Resource Management but not for Classic storage accounts. When trying to execute any method on a…
0
votes
3 answers

What is the api to get list of premium storage account vm sizes?

What is the api to get list of premium storage account vm sizes? I don't want to hardcode DS-series, DSv2-series, Fs-series and GS-series VMs that can use Premium Storage
user6011767
0
votes
1 answer

REST API Management to deploy the GIT source

I'm creating a Web Application using API Managements and wanted to deploy the source code from GIT to Azure Portal using API Managements. Could anyone guide me on this? Thanks, Siva
S.Siva
  • 1,901
  • 4
  • 17
  • 22
0
votes
1 answer

com.microsoft.windowsazure.exception.ServiceException: ResourceNotFound: Role WorkerRole1_IN_0 was not found in the currently deployed service

I deployed cloud service in azure portal. Deployment is successful. And I made some Azure Java sdk codes like below: ComputeManagementClient cmclient = ComputeManagementService.create(config); VirtualMachineOperations vmoperat =…
Joseph Hwang
  • 1,337
  • 3
  • 38
  • 67
0
votes
2 answers

Office 365 Management API returning error "code":"AF20022","message":"No subscription found for the specified content type."

i m using sample PS posted at https://github.com/OfficeDev/O365-InvestigationTooling when i running the API https://manage.office.com/api/v1.0/$tenantGUID/activity/feed/subscriptions/content i get an error message
Riddhi
  • 1
  • 2
0
votes
2 answers

Failed to retrieve Azure auth token. Account must be added to the directory

I have an Active Directory object in Azure that has a native client application. The application has all the necessary permissions to be accessed by the Service Management API. In the AD directory, I have 2 users added. One is the account I was…
eltaco431
  • 740
  • 2
  • 10
  • 24
0
votes
1 answer

Create azure website programatically in C#

I want to create/update the websites/cloud services in Azure in C#. My objective is to deploy the website/cloud service in Azure without any user intervention. Can anyone please help me to resolve below queries? Can we manage Azure websites/cloud…
0
votes
1 answer

How do I programmatically access the Azure Management Service "operations log"?

Whenever an active operation is issued via Azure Management Service (previously known as Management API) such as creating a new deployment of a cloud service or scaling it up (using "update deployment" operation) two entries appear in the…
sharptooth
  • 167,383
  • 100
  • 513
  • 979
0
votes
1 answer

Sharepoint Online: MSFT Management Activity API, incomplete details against SitePermissionsModified event

I'm using the Management Activity API to get events for External Sharing toggle for my O365 tenant collaboration/sharepoint site. The documentation here ManagementActivityAPI lists down SitePermissionsModified as a potential match for that…
0
votes
1 answer

Start service worker role using management rest api

I am trying to stop / start an Azure Worker role using the Windows scheduler. The action url I used is as follows: https://management.core.windows.net//services/hostedservices//deploymentslots//.…
0
votes
2 answers

Azure Web Analytics API Required

I Would like to build my own custom simple webpage that display statistics from a number of our websites running on azure. (basically a stripped down version of portal.azure.com which will go up in the office displaying simple data on monitors) All…
Steve
  • 2,971
  • 7
  • 38
  • 63
0
votes
0 answers

Exceptions and improper responses when dealing with Azure Webapps Metric API

Trying to programmatically retrieve performance metric definition and values from the Azure Management API for a Webapp Using latest Nuget package (Rest-based) for Azure Management: Assembly Microsoft.Azure.Management.Websites.dll,…
Igorek
  • 15,716
  • 3
  • 54
  • 92
0
votes
1 answer

Azure .NET management libraries - List all hosted services, failed to authenticate -

Hi I am not able to connect to APIs in Microsoft Azure management libraries. I am able to retrieve Management Certificate but couldn't make use of Azure management libraries.It is throwing the below error..
1 2 3
14
15