Tag: Azure
-
Connect to Dataverse with PowerShell
Managing Microsoft Dataverse with PowerShell simplifies retrieving records and managing solutions for devops pipelines. In this post, we’ll focus on connecting to Dataverse with PowerShell, one of the key steps in automating tasks. Why Connect to Dataverse with PowerShell? PowerShell scripts can interact with Dataverse to perform operations like retrieving…
-
Understanding Azure Function NCRONTAB Expressions
Azure Functions offer a serverless compute service for on-demand code execution without managing infrastructure. Key to this is scheduling with NCRONTAB expressions, specifying minute, hour, day, month, and day of the week. Examples show triggering functions every hour, at specific times, and on specific dates. Mastery enables automated business-specific functions.
-
How to create HTTP trigger Azure Function
Azure Functions provide a convenient way to handle web requests with HTTP triggers. These triggers run serverless functions when an HTTP request is made, enabling the creation of APIs and webhooks. Security measures include different authorization types and app-level security options. Developers can create and test these functions using Visual…
-
What is Azure SQL Database?
Azure SQL Database is a cloud-based relational database service providing high performance, scalability, security, and availability. It is fully managed and based on the latest SQL Server engine, supporting T-SQL. With benefits like reduced maintenance, enhanced performance, improved security, and seamless integration, it can modernize legacy applications, enable data-driven solutions,…
-
How to start and stop Azure Data Factory-SSIS Integration Runtime on a schedule
In this post I’m going to show you how to start and stop Azure-SSIS Integration Runtime on a schedule by using Web activity. This is a useful technique if you want to save costs and optimize the performance of your SSIS packages in Azure. But first, let me explain what…
-
How to Boost Your Conversations with Power Virtual Agents
If you are already using Power Virtual Agents in your power platform solutions or want to start using, then you might be interested in the new Boost conversations feature in Power Virtual Agents. This feature allows you to use the capabilities of OpenAI’s Codex, an AI system that can generate…