RDP to Azure VM from Linux
Recently, I needed to access an Azure VM from my Linux machine. I initially tried using standard Remote Desktop clients like Remmina and KRDC, but none of them could successfully connect. The core …
Recently, I needed to access an Azure VM from my Linux machine. I initially tried using standard Remote Desktop clients like Remmina and KRDC, but none of them could successfully connect. The core …
I’ve been working on setting up Azure with Okta, and I wanted to use a subdomain (foo.bar.com) for federation and authentication. After spending some time researching, I found that I needed to: …
I’m assuming you’ve already enabled a system-assigned or user-assigned identity for this. If so, all you need to do is execute the following commands in your database: -- Create the user CREATE USER …
I’ve been trying to use a user-assigned identity to a SQL managed instance and I was getting the following error: Msg 37353, Level 16, State 1, Line 1 Server identity does not have Azure Active …
I was working with Azure DevOps, creating a pipeline for a dotnet application that requires Libman—a library that I’m not used to working with, so I had a few issues trying to install it and …