I mentioned in a previous post that we were experimenting with Azure Virtual Desktop. One of the things that I need to be able to do is launch from a web page. We have figured out how to do that using this info: Uniform Resource Identifier schemes with the Remote Desktop client for Azure Virtual… Continue reading Further AVD Adventures
Category: Azure
Launching an AVD Published App Via Command Line
We are experimenting with Azure Virtual Desktop and I have a need to launch a published application from a command line. I haven’t found much documentation on that, and perhaps that is because I don’t know where to look. However, I did find out a few things that might help me. Everyone who has the… Continue reading Launching an AVD Published App Via Command Line
Certificate Woe’s and Wonders
I have been using Let’s Encrypt for my site certificates for a few years now. Something about that price of ‘free’ makes it appealing. I recently bought a new computer. I work in IT and should be able to handle that with no issue. When I got my new computer, I copied all my relevant… Continue reading Certificate Woe’s and Wonders
Another Blog?
This Blog runs on WordPress installed on a Windows Server that runs in Azure. There are obviously cheaper and easier (probably?) places to run a WordPress blog. But I work in a Microsoft centric environment and I work in Azure (a lot) and doing it this way allows me to tinker and test things. I… Continue reading Another Blog?
Azure CDN Endpoint Certs Bummer
I have a site (Michael’s World) that uses an Azure CDN Endpoint. I have shared here before that you can use this to share static web content. I had it setup with the apex/root domain and went to update the cert. (You have to bring your own cert or pay for a cert for the… Continue reading Azure CDN Endpoint Certs Bummer
Redirect Http to Https using Azure CDN
In my recent efforts to move my one page, static content website, I have had a few challenges. First let me say, those challenges were most certainly due to my ignorance, and not due to the technology in use. Also, some of my issues are related to trying to make a simple task more complicated… Continue reading Redirect Http to Https using Azure CDN
Finally got it all working
I have been on a quest the past few days to move one of my websites to Azure. Overall, it isn’t really that difficult, but it also isn’t very clear. First, I created an Azure Storage Account, and enabled it for static website capability. Then, because I don’t like easy, I enabled it for HTTPS/TLS… Continue reading Finally got it all working
Skip the www (part 2)
Many moons ago, I figured out how to get my websites to be accessible without the www subdomain. When I recently moved one of my three websites to Azure, I didn’t immediately solve that problem. As the website isn’t ever visited and isn’t important, this isn’t an issue, but I do want to solve it… Continue reading Skip the www (part 2)
TWRAM
I currently own 3 domains, one of which you are visiting now. Another domain I own is much less useful, and really was the result of a joke. I have until now hosted it on a Windows Server, and wanted to move it to Azure. It isn’t a very complicated as it is just a… Continue reading TWRAM
What is this CI/CD thing? Let’s do a tutorial!
Well, according to Wikipedia, CI/CD is: In software engineering, CI/CD or CICD generally refers to the combined practices of continuous integration and either continuous delivery or continuous deployment. CI/CD bridges the gaps between development and operation activities and teams by enforcing automation in building, testing and deployment of applications. So, of course I get what… Continue reading What is this CI/CD thing? Let’s do a tutorial!