"тнιѕ вℓσg ¢συℓ∂ ѕανє уσυя мσηєу ιƒ тιмє = мσηєу" - ∂.мαηנαℓу

Sunday 4 February 2024

Azure Function - HTTP Trigger Use Case

 As you all know, there are different triggers available in the Azure Functions. And sometimes it becomes handy to define Cloud solutions. Here is an Azure Function HTTP Trigger scenario.

Customer receive Marketing emails and but choose to unsubscribe / opt out. Then Third Party Marketing Solution sends a webhook in order to update the consents. In this diagram, I have shown Dynamics 365 CRM as the system which stores the consent. But it could be any system which stores the consents. 

Azure function with HTTP Trigger will consume the webhook and updates the consent. In short words, it is used as a light weight API here. So next time that customer will not be included in the Marketing emails. Azure API Management is used here as an API Gateway to secure the Azure Function End point. Diagram is given below. 


Monday 6 November 2023

Cloud Migration and Modernisation Approaches

Here are the key High-Level Approaches for the Migration from On-Premise to Cloud - Rehost, Refactor, Rearchitect, Rebuild and Replace. Microsoft provided a nice table where it is clearly described more details. Highly recommended if you are considering Cloud migration or modernisation. It will help you with planning and achieve the good Cloud migration results.


Ref: https://azure.microsoft.com/en-gb/resources/research/making-the-business-case-for-moving-to-the-cloud

Tuesday 17 October 2023

Difference between Automation, Machine Learning and AI

We hear a lot about Automation, Machine Learning and Artificial Intelligence. And sometimes it gets confused between them as well. Recently came across a good and clear explanation about it. It is easy to remember too. Thought to share it.

Credit: Steven Killick



Monday 10 July 2023

Defender for APIs / Defender for Azure API Management APIs is in Public Preview

Defender for APIs went to public preview in April 2023. In simple words, "Defender for Cloud continuously monitors the configuration of your API management to identity potential security vulnerabilities and recommends actions to mitigate them"

I had a look at my Azure instance. It can be found under the security section.

 If your organisation has many APIs and especially if it is exposed as public APIs or partner APIs or even internal APIs then this would be very useful. Because it continuously monitors.

 Remember security is always important. This adds one more layer of security feature to the Azure API Management service.




Ref:

https://learn.microsoft.com/en-us/azure/defender-for-cloud/defender-for-apis-introduction




Saturday 8 July 2023

Azure Data Factory Connectors Overview/ Supported Connectors for Azure Data Factory

Recently I was searching, whether it's possible to write to SharePoint using Azure Data Factory. But couldn't find many options. And found this useful info on the Microsoft Site.


  • Source - Where data starts
  • Sink - Where data ends

And for SharePoint, it had this row


Always check whether connectors are available as per your requirements. Here is the link to the documentation

https://learn.microsoft.com/en-us/azure/data-factory/connector-overview


Wednesday 5 July 2023

How to Choose managed Azure Data store?

Have you struggled to choose the right managed azure data store for your application? Did you know that Microsoft had released a cool decision tree for it? I found it quite useful when I had choose the correct Azure managed data store. 

(Ref: https://learn.microsoft.com/en-us/azure/architecture/guide/technology-choices/data-store-decision-tree)

Microsoft SaaS Offerings

Ever wondered what are the SaaS (Software as a Service) offerings from Microsoft? SaaS offering is something like users connect , configure and use without worrying about upgrades, installation etc. Offerings are well described here by Ivan Kosyakov . He has also provided a high level overview of each services. It's worth a read!  You might have already used some of the Microsoft SaaS offerings.

Thanks to the author. Here is a link to his article. 

https://biz-excellence.com/2023/06/21/microsoft-saas/

If you want to understand the difference between SaaS (Software as a Service), PaaS (Platform as a Service) and IaaS (Infrastructure as a Service) please refer this nice and simple article by Paolo.

https://www.linkedin.com/pulse/how-explain-iaas-paas-saas-pizza-maker-paolo-della-rocca