Tag: Azure

Azure Internet of Things Revealed
Azure Internet of Things Revealed
Ebooks

This book describes the architectural end-to-end picture of Azure components deployed in IoT projects. Download Chapter 4: Azure IoT Hub which discusses IoT Hub Capabilities, Configuring the IoT Hub, Message Routing and Event Routing and IoT Hub Device Provisioning. Purchase the full copy here. Already a member? Log in here

Azure SQL vs NoSQL
Azure SQL vs NoSQL
Blog Posts

By reading this post, you will be able to compare and choose the right one service for our database deployments (SQL or NoSQL). Definition SQL: A relational database management system (RDBMS) is a program that lets you create, update, and administer a relational database. NoSQL: NoSQL is a class of database management systems (DBMS) that do not… READ MORE

Azure Blueprints – Create custom connector for Power Automate
Azure Blueprints – Create custom connector for Power Automate
Blog Posts

Within Azure, we have a free service called Azure Blueprints. Azure Blueprints helps us in simplify largescale Azure deployments by packaging key environment artifacts, such as Azure Resource Manager templates, role-based access controls, and policies, in a single blueprint definition. Easily apply the blueprint to new subscriptions and environments, and fine-tune control and management through… READ MORE

Lower Log Analytics Cost with Serverless
Lower Log Analytics Cost with Serverless
Blog Posts

With the recent capability of setting retention period for Log Analytics data per table a lot of new possibilities of managing and retaining your data pop-up. A common scenario is that you may have a lot of performance data which may be logged every minute or even every 10 seconds. You need that data in such short… READ MORE

3 Top Tips for Developing Microsoft 365 Solutions
3 Top Tips for Developing Microsoft 365 Solutions
Blog Posts

1. Leverage Azure Active Directory for any custom developed solution  Secure any custom solution for Microsoft 365 by leveraging Azure Active Directory. Using this technique, you will be always fully integrated with the Microsoft 365 ecosystem and you will be able to leverage the OAuth 2.0 authorization protocol to secure your services and client applications.… READ MORE

Azure Function Filters
Azure Function Filters
Blog Posts

This feature would solve the problem of customizing or request pipeline and help common logic to share across Azure functions. If you are a .NET developer, you would have implemented ASP.NET MVC filters in your web application. The Function Filters are way similar to ASP.NET filters. In the following, let us see the various filter types… READ MORE