├── README.md ├── connectiontest.png └── programsettings.json /README.md: -------------------------------------------------------------------------------- 1 | The Azure Naming Tool has been moved to a new GitHub repo in the Microsoft Patterns & Practices Organization. 2 | This change will allow us more frequent updates, enhanced features, and the ability to request new features and report bugs. 3 | 4 | [**Go to the new Azure Naming Tool Repo**](https://github.com/mspnp/AzureNamingTool) 5 | 6 | [View the Azure Naming Tool V3 Migration Guide](https://github.com/mspnp/AzureNamingTool/wiki/v3.0.0-Repository-Migration-Instructions) 7 | -------------------------------------------------------------------------------- /connectiontest.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aznamingtool/AzureNamingTool/72dd94fd7ae0844ececeb418719971170cf9a682/connectiontest.png -------------------------------------------------------------------------------- /programsettings.json: -------------------------------------------------------------------------------- 1 | { 2 | "FeedbackURL": "https://forms.office.com/r/M2EZLg6zKq" 3 | } 4 | --------------------------------------------------------------------------------