With help from a teammate, I completed an ARM Template and PowerShell script to deploy a Cosmos API Connection for a Logic App to Azure. Thought I would share with everyone, in case you are curious on how to accomplish this. Download these two files and navigate to the directory and run the following script…
Month: August 2020
Adventures with Azure ARM Templates: Deployment Fails See inner errors for details
In my effort to get better with Azure ARM Templates I encountered the following error in one of my deployments:
1 2 3 |
Validation returned the following errors: The template deployment 'XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX' is not valid according to the validation procedure. The tracking id is 'XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX'. See inner errors for details. |
To get a more verbose version of the error you can execute the following cmdlet: Make sure to include -Verbose otherwise you won’t get the details you need to troubleshoot the error. Navigate to…
Adventures with Postman: Dynamic Variables
Dynamic variables allow you to randomly generate values for your Postman requests, e.g. First Name and Company Name. Postman dynamic variables include: Common Text, Numbers and Colors Internet and IP Addresses Names Profession Phone, Address and Location Images Finance Business Catchphrases This is a fun one! Databases Dates Domains, Emails and Usernames Files and Directories…