Visualize CRM Solution Deployments across Environments
One of the things I love about Azure functions is that they are great for scenarios where you need to use a bit of code to do something useful but its not a real world production component, for example if it's a utility to help the team work better. In this case one of the problems I had was allowing the team to visualise CRM deployments across environments so it was easy to see what was deployed where. My plan to help solve this problem was to create an Azure Function which would execute a query on each CRM environment [...]