https for IIS on IaaS - the basics
More a quick reference for me than anything else - these are the steps to enable https for iis on IaaS in Azure (well or anywhere for that matter) - this will use a 'proper' certificate from a...
View ArticleHelping hell freeze over....
With Microsoft's embrace of all things open source since Satya took over the helm more and more strange things seem to be possible.This week i wanted to install the azcopy utility on linux to enable...
View ArticleDoing stuff in Azure via REST
So the journey into Azure continues - today I've been looking into how we can call the REST api that Microsoft provide in Azure so we can understand how it works and see what it can be used for.There...
View ArticleBest plsql function ever.....?
Total clickbait title i know and this isn't likely to be the best formatted you'll ever see or the one that has the cleverest use of objects/arrays (i'll leave that to the real experts like Steven) but...
View ArticleText me baby.....
This week I've been looking into the possibility of getting our monitoring system(s) to be able to send SMS alerts in the event of really critical problems - to try and prevent business outages or at...
View ArticleAnyone can be a developer - logic apps from Azure
As we go further and further down the rabbit hole that is Azure it becomes more and more apparent how good the platform is. However logic apps takes that to a whole new level - anyone can develop...
View ArticleAdios DBA, Hello Azure
This post has been a while coming, from some of my posts over the past few months you may have detected a change in direction somewhat - there's still been the odd Oracle thing in there but a lot of...
View ArticleAuditing Azure operations
It was highlighted this week the importance of knowing who does what through the Azure framework - an item (a storage account) had been removed and we needed to know who had done that and...
View ArticleWriting your own custom log messages to OMS
I'm still trying to get my head round the whole OMS topic and how it really fits into our azure management/monitoring framework. As part of working that out I've today been working out how to add my...
View ArticleAzure billing data in OMS - who needs 3rd party tools.......
We've been looking into getting better control over our spending in Azure - as many of you may have found it's very easy to start spending a lot more than you intended - and this is true of all cloud...
View ArticleAzure AD Domain Services (AADDS) - some thoughts
I thought i'd share some thoughts on 'domain services' inside Azure - some good things and some bad following on from our implementation and now we have got to know some of its benefits and...
View ArticleUsing powershell in cloud shell to show windows licences
Now I'm no powershell expert , i would describe myself as a beginner but I'm able to re-use concepts from other scripting tools/languages to build what i want to do (i'm still not sure if powershell is...
View ArticleCross workspace reporting in log analytics
We had some consultants in last week talking about many different Azure topics - one of the things i mentioned was that it was really annoying that there seemed to be no way to report across multiple...
View ArticleAzure VM extensions
VM extensions allow you to install additional software/features into your VM without having to actually log on to the VM to do that.Whilst looking into it this past week i realised there are a lot more...
View Articlelogic apps inserting to an 'on premises' database
Logic apps are one of the nicest features I've discovered so far in Azure - they allow application logic to be built very simply without really having to do 'proper coding'. The one downside is that...
View ArticleAzure storage - Schrödinger's cat
Anyone remember Schrödinger's cat - the 'thought' experiment from the 1930's that pondered if the cat was alive or dead - well I'm not going to go into that but just use it as a pointless premise to...
View ArticleAzure AKS and the quest for a PaaS ftp server
Bit of a longer post this one as this took me ages to get working and involved me having to try to learn lots of new stuff to the level where i could make it work.....(without really truly...
View ArticleAzure metadata service
I discovered this purely by chance this week and thought it would be useful to share.Seems there is some functionality in Azure that lets you extract some information about the VM (that is not directly...
View ArticleMonitoring java app servers (Tomcat) with Zabbix
This past week we've been trying to enhance our monitoring of java application servers (in our case Tomcat) using zabbix. This actually proved to be a lot more fiddly than we had hoped - and actually...
View ArticleSome MySql/zabbix findings
This past week I've been looking in to creating some reports out of our zabbix database that we host in an Azure MySQL PaaS service (i.e. a proper PaaS where everything is managed via a web gui/api...
View Article