Microsoft Azure Service Bus-Topic

Recap In our previous article, I have covered about the overview of service bus especially on queue & topics and finally we saw how queue works from the coding perspective. In case, you have not read about Service Bus Queues, I highly recommend you to go through the article by referring to https://anuphosur.wordpress.com/2020/05/17/microsoft-service-bus-queue/ In case, …

Continue reading Microsoft Azure Service Bus-Topic

Microsoft Service Bus-Queue

Overview Microsoft service bus is a fully managed enterprise integration message broker and it can decouple applications and services. Service bus offer secure communication using asynchronous transfer of data and state. Source Code here Data is transferred from sender to an receiver using a concept called message; however, message is in binary format and can …

Continue reading Microsoft Service Bus-Queue

Secret manager and Azure Key vault Part 1

Most of the Web app’s rely on secrets to perform security operation and those secrets includes api-keys, database connection string, encryption key etc. The disclosure of these secrets could lead to unauthorised access to the third party. For the above problem, Microsoft has come up with Azure Key Vault for the application on cloud. In …

Continue reading Secret manager and Azure Key vault Part 1