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
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
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
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
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
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
Certificate-based authentication for Microsoft Graph PowerShell enables you to authenticate to Microsoft Graph and run PowerShell scripts in the application context without having to store or retrieve a client secret. This can be beneficial in scenarios where you need to run a script from a privileged device but do not want to store a client secret… READ MORE
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 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