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: 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…

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…