Author: Ella Murphy

How to Setup the SharePoint Global Navigation
How to Setup the SharePoint Global Navigation
Blog Posts

Having a global navigation shared between sites was one of the major challenges in SharePoint over the last years. It was not an impossible thing to do as I explain in this article, but was not an easy and intuitive process to do. With the new SharePoint app bar available for modern sites the global navigation… READ MORE

@Mention a Tag in Microsoft Teams with Power Automate
@Mention a Tag in Microsoft Teams with Power Automate
Blog Posts

While Power Automate is a great tool for building fully automated workflows and integrating natively with Microsoft Teams, not every scenario is supported out of the box or can be solved with true no-code. Sometimes it needs a bit more tender, and so it’s the case when you want to @mention a Tag in Microsoft… READ MORE

Connecting Azure SQL Server with Azure Machine Learning
Connecting Azure SQL Server with Azure Machine Learning
Blog Posts

Accessing data in different data sources is one of the main tasks in machine learning model development life cycle. Let’s discuss one of the most common data accessing scenarios. Scenario : We have to set of relational data points stored in a Azure SQL server to develop a machine learning model using Azure Machine Learning.… READ MORE

Azure Artifacts - External Authentication
Azure Artifacts – External Authentication
Blog Posts

Hello everyone, These days I came across an interesting situation that took me a few hours to resolve and I will document it here for future reference and to help others. In one of the projects I work on we have some packages in a private feed in Azure Artifacts , when we use Azure Devops pipelines… READ MORE

Working with CosmosClient in Azure Functions
Working with CosmosClient in Azure Functions
Blog Posts

Azure Functions allows you to inject an instance of the DocumentClient class to perform, read or write operations on your CosmosDB. This concept is known as input binding and there are multiple bindings available for various Azure resources (See Azure Functions triggers and bindings concepts). Unfortunately, there is no input binding for the new CosmosClient class that is part of the .NET SDK v3. In… READ MORE

Using Key Vault references with Azure App Configuration
Using Key Vault references with Azure App Configuration
Blog Posts

When working in Azure, storing secrets in Key Vault is a good idea. And to make it better, there’s the Key Vault Reference notation. This feature makes sure no one can read the secret(s) unless someone grants permission.For storing configuration, values a different service is available, called Azure App Configuration.Both services are excellent for storing & sharing the… READ MORE