Tag not monitored by Microsoft.
- Azure Quickstart Templates: The Azure Quickstart Templates repository on GitHub (https://github.com/Azure/azure-quickstart-templates) provides a wide range of sample ARM templates for various Azure resources. These templates can serve as a reference to understand the required parameters and variables for different resource connectors.
- Azure Resource Manager documentation: The Azure Resource Manager documentation (https://docs.microsoft.com/en-us/azure/azure-resource-manager/) provides general information about ARM templates and their usage. While it may not provide detailed information about specific resource connectors, it can help you understand the overall structure and concepts of ARM templates.
- Azure Resource Explorer: Azure Resource Explorer (https://resources.azure.com/) is a web-based tool that allows you to explore the Azure Resource Manager API and view the underlying resources and their properties. It can help you understand the structure and properties of specific resource connectors.
- Community resources and forums: The Azure community is quite active, and there are various forums, blogs, and community-driven resources where you can find insights and guidance on specific resource connectors. Websites like Stack Overflow and the Azure Community Q&A (https://docs.microsoft.com/en-us/answers/topics/azure-resource-manager.html) can be helpful in finding answers to specific questions.