Operations | Monitoring | ITSM | DevOps | Cloud

Turbo360

Azure Functions Live - June 2020

The Azure Functions team has yet again joined us for another monthly live webcast by staying remote and safe. In this live webcast, along with Jeff Hollan, Anthony and Matthew joined us to give a picture of the latest happenings in Azure Functions space. Without any further delay, let us jump in as there are tons of update are awaiting.

Integrate 2020 Remote - Day 3

After an exciting Day 1 and Day 2 from Integrate Remote, the floor was all set for the final day of the virtual event. To know the session highlights, key announcements, and other spotlights from day 3, check out the below blogs. Also, we would highly recommend you to take a look at Day 1 and Day 2 blog coverage of the event.

Integrate 2020 Remote - Day 2

With Day 1 of the event rolled up, the platform was all set for the next day of the event. Day 2 of Integrate 2020 has been one roller-coaster experience for the attendees with some amazing sessions and certainly, loads of updates from the Microsoft Product Team and MVPs. So, for those who missed it out, make use of this blog.

Event-Driven Microservices with Azure Functions, Event Grid and Cosmos DB

This blog is an extraction of the session “Event-Driven Microservices with Azure Functions, Event Grid and Cosmos DB” presented by Martin Abbott, who is Azure MVP, Regional Director. We need to first have a deep understanding of all the services and components that are used to create the End to End application.

Integrate 2020 Remote - Day 1

INTEGRATE has become part of our company culture since we started it back in 2013. We created a place for all Microsoft Integration people from across the world to get together and share experiences. This year, considering the Covid situation, we made a big decision to take INTEGRATE 2020 into a virtual conference with a new branding called “INTEGRATE 2020 REMOTE”. If you wish to get redirected to blogs based on each session on day 1 of the event, here is the quick guide to help you out.

How to encrypt a file using Azure Logic App

This blog will brief on how to encrypt a text file using Azure Logic App out of the box. In this blog, we will use keys from the Azure Key Vault to encrypt the file. Consider a scenario in which I receive an e-mail with high importance along with the attachments. When it happens, I wish to back up those attachments carrying sensitive information in Azure Storage blobs in an encrypted format. As mentioned above I will use keys from Azure Key Vault to encrypt the files.

Azure Health Monitoring

Microsoft Azure has been growing rapidly from the past couple of years and many new advancements have been done to increase the productivity of the users. Microsoft has also been constantly working on different monitoring capabilities to keep the users well informed about the status and availability of their resources. One such resource is the Azure service health which notifies the user about the availability and health status of each resource in different Azure regions.

Detailed view on Azure Function Custom Handlers

Custom Handler is a feature in Azure Functions which lets you bring your own command, script, or executable, and hook it up to Azure Functions Triggers and Bindings. Custom Handler implements a lightweight Web Server. In other words, you can write your own APIs, in any language i.e. it need not be a language supported by Azure functions. You can just hook up your Azure function host with your custom API and let your function act as a proxy.

BAM to achieve end to end visibility in a Azure Serverless Application

Looking for an end to end visibility on your Serverless Application made with Azure resources? This article is for you. Consider there is a transaction between the Azure Services. With the existing solutions offered by Azure, you cannot have the visibility on the transaction as well as the stages in the transactions. Here comes the Business Activity Monitoring in Serverless360. With a simple scenario, we will see how to use Business Activity monitoring and track business data.

Encrypt Azure Service Bus Data at REST using User Keys

Azure Service Bus messages may contain sensitive business information. This sensitive information should be accessible only to the intended receivers of the message. This information must be protected from the attackers when the messages are in transit and at rest. This blog will brief you how Azure handles the default encryption of data at rest and how we can use our own keys to encrypt the Service Bus data at transit.