Azure Resource Manager
-
Add support for YAML Deployment Templates
Please add support for YAML / jinja2 templates. This will allow full integration with Ansible and many other Automation Providers.
252 votesWhile this is something we do not have planned in the short term. You can use community tools such as this: https://github.com/devkimchi/ARM-Templates-in-YAML
-
easy way to change datacenter
It will be nice a feature that allow move services created in windows azure from one Datacenter to another.
Sample: Move from West US to North Europe.
251 votes -
Recycle bin for accidentally deleted azure resources
It would good if we could have ability to restore accidentally deleted resources from Azure Portal. Feature like recycle bin could really help user to restore accidentally deleted resources from azure.
174 votes -
Allow dots or dashes in service names...
Each Azure service has different restrictions on allowed characters in service name, max length, etc.
Cloud services, SQL Database, Traffic Manager, Search, etc. allows dashes in service name. Storage, for example, doesn't allow dashes in service names. Storage, for example, doesn't allow dashes in service name.
Redis allows very limited (six to twenty) chars, with no dashes or dots.
1
Please use uniform restrictions on length and allowed char restrictions on all service names.
2
Allow DASHEs (better yet DOTs) in service names.
As our azure foot print grows, it is becoming increasingly difficult to follow any naming convention that…
64 votes -
Optional parameters in ARM templates
It would be great if we could define some ARM template parameters as optional or not required.
46 votesYou can make it optional to provide a value for a param, by using a defaultValue and in some cases, just make the value “empty”. For example:
“defaultValue”: ""
If you have scenarios where this isn’t working for you feel free to email…
-
Rename any Azure object and ability to have different name and DNS name
The main idea is an option to rename any Azure object (rename VM, Sql DB ...) into ANY desired name at ANY time, unique only per user, not globally. If dns name is already used a random one should be given or asked user to input a new one.
It would greatly help organizing Azure object.
33 votes -
Reset account
I want to have ability to reset account
21 votesThank you for taking the time to vote for this item. This item is currently no planned. You could use this PowerShell script to accomplish this for most resources: http://www.frankysnotes.com/2016/12/need-to-nuke-azure-subscription.html
-
rename Load Balancer name in Azure Portal
There should be an option to rename Load Balancer name in Azure Portal. We follow naming convention of each resources in Azure and there is high chance of typo's sometimes when configuring resources manually.
Recently I created a Load balancer for HA/DR solution and later realised there is typo in Azure Load Balancer while creation. So I have to delete the load balancer and create it again which caused some delay to setup whole solution. So i think there should be a feature to rename resource name in Azure after creation.
[admin] This should be a renaming ask on ARM
18 votes
- Don't see your idea?