Quick tip – Arc resource bridge via powershell – working for AS HCI 22H2 Setup your powershell environment Install-PackageProvider -Name NuGet -Force Install-Module -Name PowershellGet -Force -Confirm:$false -SkipPublisherCheck Install-Module -Name Moc -Repository PSGallery -AcceptLicense -Force Initialize-MocNode Install-Module -Name ArcHci -Force -Confirm:$false -SkipPublisherCheck […]
Another one from the vaults: If you’ve been using Hyper-V clusters with SCVMM, you’ll probably notice the cluster resources named a specific way when the VM role is made highly available with SCVMM. example shown below: Now if you’re a bit […]
This is for SQL Resource Provider (RP) 1.1.24.0 which is now superseded by 1.1.30.0 literally the next day after I executed the install. The only reason for posting this blog is to give a baseline for my update SQL RP post. The […]
Adventures of a Cloud Operator: Highly Available App Service 1.4 on Azure Stack – Step 2: Deployment
You’re a cloud operator for an Azure Stack Integrated system and for whatever reason you have the task of deploying the App Services Resource provider… In this blog series, I’m going to take you through the considerations and deployment process of […]
Quick tip for all potential Azure Stack Cloud Operators As you’d be aware, essentially the majority of the Azure Stack extended setup requires PowerShell. Not only does managing Azure Stack require PowerShell, it requires specific modules, tools and PowerShell profiles… Oh, did […]
So, if you’ve found your way here you have got yourself an Azure Stack Integrated System and need to register it as a Cloud Solution Provider (CSP). Before we registered we needed to identify the type of subscription we want to use. […]
One day I was working on our fabric and thought it would be nice to be able see which Logical Switch each VM was connected to. So I started to extend my good old datastores script and before I knew it, it […]
From time to time I have the requirement to deploy/update a basic app or run a script on my Hyper-V hosts. This is relatively simple using remote PS session or if you have SCCM managing your fleet. But sometimes you need to […]
WORK IN PROGRESS Editors Note: this is still a working document as my priorities have to be on other work right now, but in the interest of sharing I have made this available now… If you find any issues or errors let […]
So over the last year or so I’ve had a lot of fun extending client environments to Azure. One of the methods I’ve used has been leveraging Azure Application Gateway (AAG) with Web Application Firewall (WAF) to protect these services. The AAG’s […]