Reduce OMS logs for AKS
What's going on? Every week my team is trying to check our bill for Azure. This week OMS won the battle. We have a small AKS cluster, and logs are…
What's going on? Every week my team is trying to check our bill for Azure. This week OMS won the battle. We have a small AKS cluster, and logs are…
This post is short but useful. We need just two lines (we can combine it to one): $allSites = Get-AzureRmWebApp -ResourceGroupName resource-group-name @($allSites).GetEnumerator() | Restart-AzureRmWebApp The trick is to use GetEnumerator(…
Step 0 - why If you want to play with K8S MiniKube is the best option. Still, you don't believe that K8S will survive the next few years? And you…
UPDATE Read to the end, it is a problem with code and indexes, but it isn't obvious. Basically, it is my fault and my lack of understanding what am I…
What a stupid question, isn't it? You can answer like I would use my public IP and setup proxy on IIS to access it. Isn't good enough? As I (and…
Azure has a storage, to be precise a cheap storage, but there isn't an FTP as a service. Still today, some companies want to integrate using FTP instead of anything…