jsonazureazure-resource-managerazure-rm-templateazure-marketplace

How to check if name already exists? Azure Ressource Manager Template


is it possible to check, in an ARM Template, if the name for my Virtual Machine already exists?

I am developing a Solution Template for the Azure Marketplace. Maybe it is possible to set a paramter in the UiDefinition uniqe?

The goal is to reproduce this green Hook

enter image description here


Solution

  • A couple notes...

    Given that it's not likely we'll ever build a control that checks for naming collisions on resources without globally unique constraints.

    That help?