Mark Oliver's World

6 'Azure' posts

All 6 posts tagged with 'Azure' are displayed here, click a link to see the full post

11/01/2024

Adding More Disk Space To Azure DevOps Agents

Out of the box, Azure DevOps Agents have very limited disk space in which to manage your source code.

All of these machines have at least 10 GB of free disk space available for your pipelines to run. This free space is consumed when your pipeline checks out source code, downloads packages, pulls...


18/11/2022

Azure Static Web App Invalid SSL Certificate

Today i find out, my website was not working.
I had an invalid SSL certificate, it timed out 4 days ago.
Side note - I should set up a Github action to check this and warn me if it is offline.

Checking the SSL cert showed me it had run out.
Now a static web app in Azure has the ability to have cust...


01/04/2022

Microsoft Teams Compliance Recording _ Part 2

This is the second post in a series on Microsoft Teams Compliance Recording .

In the first post, I gave an overview of what Compliance Recording with MSTeams entails. With this post, I will talk a bit about the process of building a compliance policy bot.

The step...


20/03/2022

Microsoft Teams Compliance Recording

This is the first post in a series on Microsoft Teams Compliance Recording .

Microsoft teams has the capability to record all of its calls, both the audio and video.

Anyone can do it by using the record button when in a call, however there is also the capability t...


02/06/2021

Different Staging Environments In Azure Static Web Apps

I have been trying to get the initial load of my blog posts much faster, and during that work, it was annoying me that in order to test certain things like configuration, I had to push my change to production.
Normally I don't mind a push to production, but as I was...


22/03/2021

Setting Up My Custom Domain

So the blog is now hosted in Azure static web apps, but its no great using the default random hostname they give you.

Custom Domains to the rescue!

Azure static web apps give you this for free (including HTTPS!), and its really easy to setup.

You can follow the [official docs here](https://learn....