Azure Resource Manager
-
Support role based access to subscriptions from Visual Studio
We extensively use role based access controls, but have recently run into a problem as more users are starting to come on board. Those that are not particularly familiar with Azure are trying to connect via Visual Studio's Server Explorer or the like, but are told that they do not have any Azure subscriptions even though they can manage resources at https://portal.azure.com.
Could we please resolve this so that people can use the tools they are familiar with? This would reduce my time spent answering questions about access a lot.
1 vote -
Users that are members of an AD group do not gain access when that group is given role access
I'm not sure if this is a bug, but when I add sync'd AD group the "Reader" role (or any other role, as far as I can tell), the users that are a member of that group are not given access.
I thought this might be related to sync lag, but after waiting 3 days, users are still unable to access the Azure resources I provided them access to.
1 vote -
Support RBAC at Service Management API
Enable access to Service Management API with role based access control (RBAC).
Now, API access account can full controls (contain delete). This is very dangerous. We can't avoid this situation now.
So I'm desiring to be able to safety access to API by RBAC.
(examle: access by readonly account and collect vm list by batch program)1 vote -
Allow > 1 simultaneous provisioning of the same image type
I just encountered an error trying to provision two separate Enterprise Windows 7.1 SP1 images: provisioning began for the first VM. Then I configured and pressed "Create" for the second host and the new portal immediately gave me an error indicating that there was a clash of VM image names and that the name would become available after 24 hours.
I waited until the first VM had been provisioned successfully, then went through exactly the same steps for creating the second VM and this time it worked.
Seems like a portal bug to me. BTW, as a new Azure user…
1 vote -
Billing History Options with Resource Move
When manipulating resources in resource groups I would like to be able to decide whether I can move unbilled costs during the move. There are scenarios where we might want to leave the costs incurred in a previous resource group and have the new resource group not have those historical costs present. At other times we might want the opposite.
1 voteInteresting idea
-
Capability to rename server farm location
I suggest the capability to define my custom subcollection of your server farm, where I can define my custom name.
Example: Usually I use "West Europe", "North Europe" and "East USA" server farm.
I will rename it in:
- "West Europe" -> "Europe 1"
- "North Europe" -> "Europe 2"
- "East USA" -> "USA 1"1 voteThanks for the feedback. We’ll look into this.
-
Is it possible to make Azure portal support parse deployment script with multiple lines?
Based on the document. https://docs.microsoft.com/en-us/azure/azure-resource-manager/templates/deployment-script-template#sample-templates
The Azure portal can't parse a deployment script with multiple lines. To deploy a template with deployment script from the Azure portal, you can either chain the PowerShell commands by using semicolons into one line, or use the primaryScriptUri property with an external script file.
Is it possible to make Azure portal support parse deployment script with multiple lines?
0 votes -
Set spending Limit via ARM Template or Powershell or Rest
Allow to Set spending Limit via ARM Template or Powershell or Rest.
We want to allow to create Azure Subscriptions via an external portal. We to automate the creation of subscriptions.
Include features should be :
-Set Owners
-Set Spending Limit
-Set Currency
-Set Warning Levels
S0 votes -
powershell command to validate resources that can be moved
API to validate resource move exists.. but Powershell command is missing, can this be created?
0 votes -
powershell command to validate resources that can be moved
API to validate resource move exists.. but Powershell command is missing, can this be created?
0 votes -
Ability to change the location of Vitrual machines, SQL servers and some other resources
There should be a way to update the location of Vitrual machines, SQL servers and some other resources. Instead of deleting the resources and re creating the same with the new location. if there is a way to update it would be very help full.
0 votes -
Transform arrays ala linq select
Given an input array, produce an output array that transforms each element of the input.
For example, given the input array:
[ "storage0", "storage1", "storage2", "storage3", "storage4" ]
produce the output array:
[ "http://core.azure.net/storage0", "http://core.azure.net/storage1", "http://core.azure.net/storage2", "http://core.azure.net/storage3", "http://core.azure.net/storage4" ]
0 votes -
Create arrays from integer
Given an input parameter integer N, generate a variable of type array containing N entries, optionally with the incrementing value of the index included in the output.
For example, n = 5 could generate:
[ "storage0", "storage1", "storage2", "storage3", "storage4" ]
0 votes -
Data disk as a separate resource type Microsoft.Compute/DataDisk"
In ARM template data disks are only properties of os. But data disks could be separate type of resource, and we will can manage and manipulating them. life cycle of a data disk could be longer than VM. it we be a huge step forward from current situation.
0 votes -
need to list of which Azure Servicces or resource support Azure Resource Manager
It's so confuse which services support ARM today. please make a list of it....
0 votes
- Don't see your idea?