8 'azure' posts
All 8 posts tagged with 'azure' are displayed here, click a link to see the full post.
Ghost Calls In A Microsoft Teams Compliance Recording Bot _ Part 2
20/06/2024
This is one of many posts in a series on Microsoft Teams Compliance Recording .
I wrote the other day about "Ghost Calls" sent from MSTeams to the Compliance Recording Bot
. I now have a bit more inform...
Ghost Calls In A Microsoft Teams Compliance Recording Bot
12/06/2024
This is one of many posts in a series on Microsoft Teams Compliance Recording .
So the scenario here is that when your Compliance Recording Policy
for your Teams User is activated, your Compliance Recording Bot
gets notified.
But at the bot, the call is immedia...
Adding More Disk Space To Azure DevOps Agents
11/01/2024
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...
Azure Static Web App Invalid SSL Certificate
18/11/2022
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...
Microsoft Teams Compliance Recording _ Part 2
01/04/2022
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...
Microsoft Teams Compliance Recording
20/03/2022
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...
Different Staging Environments In Azure Static Web Apps
02/06/2021
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...
Setting Up My Custom Domain
22/03/2021
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....