Author: sean@sharepointeurope.com

Creating a Service Connection for Azure Resources
Creating a Service Connection for Azure Resources
Blog Posts

In today’s Post, We will learn how to create a service connection to release your application on Azure resources. First, you must obtain an Azure credential from the Azure portal. Exploring Azure App Registration Azure app registration is the process that provides the necessary credentials for Azure Pipelines to deploy applications to Azure resources. Follow… READ MORE

Azure Cost Analysis Dashboards on Grafana
Azure Cost Analysis Dashboards on Grafana
Blog Posts

There could be many instances where we want to observe the cost of your Azure resources and analyze the expenses. We can definitely achieve this from Azure Portal itself from the Cost Analysis under Cost Management in our subscription. Though in an enterprise it could be really frustrating to navigate multiple dashboards for performing our… READ MORE

#Azure AI and OpenAI development March 2024
#Azure AI and OpenAI development March 2024
Blog Posts

In recent updates from Microsoft’s Azure OpenAI Service, there’s been a significant emphasis on enhancing the safety, security, and responsibility in AI development and deployment. I truly think this topic will get hotter and hotter alongside generative AI adoption. Here’s a detailed exploration of the latest offerings and how they aim to bolster AI’s safe… READ MORE

Turbo360 is now available on the Microsoft Azure Marketplace
Turbo360 is now available on the Microsoft Azure Marketplace
Blog Posts

We are thrilled to announce that Turbo360 is now available in the Azure Marketplace. This significant milestone underscores our commitment to helping you maximize your ROI on Azure investments. Turbo360 is an advanced Cloud Management platform designed to empower Azure users with significant Cost savings and Infra Monitoring capabilities for complex Azure Environments. Initially developed to… READ MORE

ZTNA for Azure Private Endpoint using Entra Private Access
ZTNA for Azure Private Endpoint using Entra Private Access
Blog Posts

Last year I wrote a blog article about Microsoft Global Secure Access and what kind of services it provides. Therefore, I decided to write an example about use-cases for it in preparation for a session I have tomorrow Agenda – xenappblog you can also view the PPT here –> community/GSA-MariusSandbu.pptx at main · msandbu/community (github.com) One thing that… READ MORE

Running Ollama on Azure Kubernetes Service
Running Ollama on Azure Kubernetes Service
Blog Posts

Ollama is a framework that simplifies deployment and interaction with Large Language Models without the need for complex setup. It supports popular models like Llama (multiple versions), Mistral and more, all based on transformer architectures. Ollama basically allows us to run our own models without relying on any third party model providers, therefore keeping our… READ MORE

Azure Virtual Desktop | SSO for Entra Joined AVD
Azure Virtual Desktop | SSO for Entra Joined AVD
Blog Posts

When using Entra Joined Azure Virtual Desktop Sessionhosts, you will need to assign a RBAC role to the user group which will login to the sessionhosts. The RBAC role of Virtual Machine User Login, located at the resource group which holds the sessionhost virtual machines. In this post: Azure | Deploy Azure Virtual Desktop – GetToTheCloud I… READ MORE

Pipeline Automation: Streamlining Data Transfer with Flask and Azure
Pipeline Automation: Streamlining Data Transfer with Flask and Azure
Blog Posts

Pipeline automation has become an indispensable tool for streamlining workflows and enhancing efficiency in various domains. In this project, titled “Pipeline Automation,” a robust system has been developed to automate the process of transferring data from Excel files to an Azure SQL database. Leveraging Flask for web development and Python for backend scripting, this project… READ MORE