Questions tagged [azure-management]

70 questions
0
votes
1 answer

Is it possible to add a Mobile Service to Windows Azure Subscription programmatically

I want to be able to add a mobile service to my Windows Azure subscription from code. Just the creation and not the actual publishing of the code. Any help would be greatly appreciated
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…
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
0 answers

No Cloud Services when signing into Microsoft Azure Publish

When signing into Microsoft Azure Publish in Visual Studio 2013 (right click Cloud Project -> "Publish..."), none of my cloud services are appearing. This has previously always been working for me. Signing in using my Windows Live account (I am a…
Dave New
  • 38,496
  • 59
  • 215
  • 394
0
votes
1 answer

How to change Azure Media Encoder reserved unit configuration programatically?

Azure Media Encoder allows you to configure the number and size (Basic/Standard/Premium) of the reserved units on the web interface. Is there an API to manage this programatically?
Badaro
  • 3,460
  • 1
  • 19
  • 18
0
votes
1 answer

VM Deployment and RoleInstance Count - Azure REST API

I'm using Azure Management Libraries and want to restart a VM. Yet I have some question below about VMs on Azure. As you know a VM is also a cloud service. Therefore I'm getting the entire hosted service list and filter by RoleType =…
Abdurrahman Alp Köken
  • 1,236
  • 1
  • 13
  • 12
0
votes
1 answer

Managing Azure subs when MSFT and Organizational use same email

Scenario: Years ago I created a Azure subscription using my Microsoft account that has a user ID of my primary email (primary@foo.com). Then Office 365 came along and I created an account and moved my email there so I now had an Organizational…
Andrew Connell
  • 4,939
  • 5
  • 30
  • 42
0
votes
1 answer

Azure Active Directory Console: TrustedForDelegation

I am using the Set-MsolServicePrincipal to update the TrustedForDelegation flag: http://msdn.microsoft.com/en-us/library/azure/dn194110.aspx I have tried several different commands: Set-MsolServicePrincipal -AppPrincipalId $AppId…
Taha Ahmad
  • 559
  • 4
  • 16
0
votes
1 answer

Azure: Where should a management certificate reside for use by a Cloud Service

I have a worker role that is used to provision databases. In order to do this it has to hit the Azure Management API and to do this it requires a certificate. You can store certificates in the portal against the subscription (Settings tab) or…
Aran Mulholland
  • 23,555
  • 29
  • 141
  • 228
-1
votes
2 answers

How to manage multiple Azure subscriptions efficiently?

The Maximum number of basic / standard namespaces per Azure subscription are 100 as per the following link (https://learn.microsoft.com/en-us/azure/service-bus-messaging/service-bus-quotas). However I need more and hence the below questions: Is…
1 2 3 4
5