Questions tagged [azure-management]
70 questions
1
vote
1 answer
How to manage every Microsoft Azure user resource with access token?
I would like to create an MVC application, where users can be authorized with their Azure subscription and after that my application can manage their resources hosted in Microsoft Azure (VM-s, Web Sites, etc.)
I created an application with the help…

Gábor Domonkos
- 1,081
- 1
- 17
- 33
1
vote
1 answer
Create and Update Named Caches in Azure Managed Cache using Management API
I am attempting to create an Azure Managed Cache using PowerShell and the Azure Management API, this two pronged approach is required because the Offical Azure PowerShell Cmdlets only have very limited support for Creation and Update of Azure…

Richard Slater
- 6,313
- 4
- 53
- 81
1
vote
3 answers
Check if an Azure VM is running
I want to query an existing azure virtual machine to check whether it is fully deployed and able to be connected to remotely. Is there any way to do this using the Azure Rest API?
I've outlined my current process and why I desire such a call…

Andrew Poland
- 185
- 4
- 14
1
vote
0 answers
"Failed to read the status of the response" - Error logging into Azure Sql Management Portal
My cloud service (Asp.Net MVC) is able to connect to the Azure Sql database successfully.
But I am unable to login to the Azure SQL Management Portal.
I get an error "Failed to read the status of the response".
Can anyone help please?

Gautam Jain
- 6,789
- 10
- 48
- 67
1
vote
3 answers
Azure Management Libraries, Rejected Certificate
I'm attempting to use the Azure Management Libraries NuGet package to upgrade a deployment using ComputeManagementClient.UpgradeByNameAsync.
I'm using my certificate's thumbprint to load it from the certificate store and create my credentials, but…

Anthony Compton
- 5,271
- 3
- 29
- 38
1
vote
2 answers
Migrate Azure Storage account to a different subscription
I have more than one Azure subscriptions, one for myself and others for clients. Can I change the subscription for one of my storage accounts so that it's associated to one of my other subscriptions?
Cannot find a way to do it through the Azure…

Glenn Ferrie
- 10,290
- 3
- 42
- 73
0
votes
0 answers
Azure programmatically deploy subscription to specified MG
I am in the process of exploring how to create a new Azure subscription using Bicep, a declarative language for Azure resources. I'm using Azure DevOps to deploy the Bicep template. Specifically, I want to deploy the new subscription into a…

Joshua Martin
- 3
- 2
0
votes
1 answer
How to retrieve managament groups in hierarchy (managment groups /subscription / resources in each group) using java
I'm building an application and I need to retrieve all management groups in a hierarchical style like the subscription IDs and that resource informations .
I looked up in the SDK for java :(https://github.com/Azure/azure-sdk-for-java)
but can't find…

mohamedjbelii
- 3
- 2
0
votes
2 answers
Azure REST API: Stop a classic service
I'm trying to invoke Azure REST API from Powershell to start/stop a classic service.
$headers = New-Object "System.Collections.Generic.Dictionary[[String],[String]]"
$headers.Add("Authorization", "Bearer…

Ahmad Masalha
- 379
- 2
- 9
0
votes
1 answer
Enforcing Azure Policy for Convert Tags either being all lowercase or all uppercase
Error : Editing policy definition 'Enforce Lowercase or Uppercase on Tags and their Values' in
'subscription ABCXXX' failed. A function or parameter in policy assignment ''
associated with the policy definition '' could not be validated.
Please…

Madhur Asati
- 185
- 3
- 13
0
votes
1 answer
Is it possible to authenticate Azure Management .NET SDK with InteractiveBrowserCredential?
I have a script to build resources for Azure. Currently, I’m using a service principal, but ideally I’d like to use my Active Directory login instead since we are going to open the script up to a larger group of developers and would like…

Justin C
- 15
- 3
0
votes
1 answer
Does Azure SDK V12 have a SQL Db management client?
I am upgrading to Azure SDK V12.
In the following Package List under "Libraries using Azure.Core" I find:
Resource Management - Resources
Resource Management - Storage
Resource Management - Cosmos DB
But as yet have found a client to manage SQL…

ttugates
- 5,818
- 3
- 44
- 54
0
votes
1 answer
How do I add a contributor to a resource group without allow him to access any resource he has not created previously
I have some resources that I do not want a new contributor to be able to delete or even view. Is it possible to add this new contributor in such a way that he can create new resources and use them but restrict any other resource that he has not…

ABR
- 141
- 1
- 9
0
votes
1 answer
Azure Authentication and Authorization using java
How to authenticate azure using java with azure management or client libraries without directly using azure rest API's?
and what are the jars required for this?
Please help with samples.

DAK
- 282
- 1
- 18
0
votes
1 answer
Azure CSP vs Microsoft Support
Azure customers (end-clients) can use a CSP(Cloud Solution Provider) to acquire services of Azure. But then Microsoft won't give support, all supports are handled by CSP.
What difference does it make for the customer to use CSP compared to…

Blue Clouds
- 7,295
- 4
- 71
- 112