azure-management-api Questions
1
Solved
I want to create a start/stop Azure VM bot for myself. What I want to do is to have a slack/telegram bot that listens to messages and starts/stops my VM by commands /start/stop. What REST api comma...
Breadthways asked 6/10, 2017 at 14:38
2
I used to manage Azure resources an old preview version. The authentication worked something like this:
// Authorize
this.AuthenticationResult = this.Authorize();
this.Credentials = new TokenClou...
Mccraw asked 15/5, 2017 at 1:59
1
I built a web app that does queries to the Azure Rest API and creates resources (WebApp, 2 MySQL Databases, Adds a Hostname, Add an SSL Cert...)
All this queries go to:
https://management.azure.co...
Prelect asked 22/10, 2015 at 13:34
1
Solved
I have got many for the Azure management APIs to work with the code below except for the GetRole for Virtual Machines. Here is the doc for this api call: https://msdn.microsoft.com/en-us/library/az...
Mount asked 21/12, 2015 at 21:8
1
Solved
How do you correctly call the function resourceId() defined in the Azure Resource Manager Template Language?
Context
/// - Azure
/// - Azure Resource Management
/// https://msdn.microsoft.com/en-us...
Glacial asked 21/4, 2015 at 17:50
1
Solved
I've tried 3 ways with no result:
According to this article https://msdn.microsoft.com/en-us/library/azure/ee460782.aspx I've registered new web application in AAD with permissions to Access Azur...
Haden asked 23/10, 2015 at 15:2
1
© 2022 - 2024 — McMap. All rights reserved.