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 Azure-SSIS Integration Runtime is and … Continue reading How to start and stop Azure Data Factory-SSIS Integration Runtime on a schedule
Tag: azure
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 natural language code from plain … Continue reading How to Boost Your Conversations with Power Virtual Agents
Azure Cache for Redis Toolkit
I created a collection of Azure Functions for managing the Azure Cache for Redis service, including functions to delete, add, get and flush cache entries. It's simple to implement and use. Check it out 😉 https://github.com/adessoTurkey-dotNET/azure-cache-service-toolkit This repository contains a collection of HTTP triggered Azure Functions for managing the Azure Cache service. The following functions … Continue reading Azure Cache for Redis Toolkit
Power Automate Flows vs Azure Logic Apps. Which one should we use?
When it comes to creating modern automated workflows for Dynamics 365 or other dataverse applications, the first option that comes into the mind is surely Power Automate flows. Since its replaced old legacy workflows for Dynamics 365, we started building more complex workflows easier and quickier. But Power Automate flows may not be always the … Continue reading Power Automate Flows vs Azure Logic Apps. Which one should we use?
Tutorial: Creating a Predictive Machine Learning Model on Azure Machine Learning Studio
In this blog post i am going to talk about how to create a machine learning model on Azure Machine Learning Studio. I am going to discuss about preparing datasets, data cleaning, feature selection, picking right machine learning model and evaluating a model score. Every resource in this article is open source and easy to … Continue reading Tutorial: Creating a Predictive Machine Learning Model on Azure Machine Learning Studio