Thursday, April 11, 2019

Azure Logic Apps Send embedded image in email body

We had a requirement to send email to multiple recipients, with our image branding embedded in signature.

In this Logic App implementation I have used SendGrid to send email.

Below are the steps at high level.

  1. Get the Image from Blob location.
  2. Encode the output to Base64
  3. Add the tag to the encoded output

Tuesday, February 26, 2019

Cracking AZ-100: Microsoft Azure Infrastructure and Deployment

This is not one of the exams where you can memorize stuffs and clear the certification. Azure new role based certifications does justice by testing your real skills. You are thrown with lot of scenarios based questions.

Also......Surprise! Surprise!.... this exam has labs. You are given CRUD tasks for Azure resources.

So if you think just reading the book can get you through this then think again. You need to have hands on experience working on Azure.

Browse to Microsoft site to know about the skills measured.
https://www.microsoft.com/en-us/learning/exam-az-100.aspx

Friday, February 1, 2019

Enterprise Logic App ARM Template Deployment through PS

We had a requirement for automating integration platform deployment for my customer. The integration layer mainly consists of Logic Apps and azure resources.

The challenge was the number of environments we had. So we came up with the solution structure for different integrations as below. And then utilized our below automation script to deploy these logic apps through PowerShell.


Friday, January 25, 2019

Cracking AZ-900: Microsoft Azure Fundamentals

I wanted to refresh this year with Azure skillsets. So started with fundamentals.

This exam covers some general knowledge about Microsoft Azure. It targets basic understanding of
- Cloud concepts
- Core Azure services
- Security,- Privacy
- Compliance and trust
- Azure Pricing and support.

The best starting point would be below Microsoft learning training. But i highly recommend to have some hands on play on the azure portal and try out different services.

https://docs.microsoft.com/en-us/learn/paths/azure-fundamentals/

Azure Policy support for remediating tags for existing resources

Use Azure policy to remediate tags for existing resources. https://azure.microsoft.com/en-us/updates/azure-provides-at-scale-tags-managem...