Kubernetes is a de-facto standard to deploy and manage applications in the cloud. The cloud apps are running in pods (containers). With Kubernetes, the pods can restart themselves if …
Microsoft Azure Cloud organizes resources by Subscription ID and Resource Groups. In this post, we will find out the methods to check if a given resource group exists, to …
The Azure SDK has a TokenCredential Class which is abstract and there are quite a few Token Credential Classes see this full list. Azure.Identity.AuthorizationCodeCredential Azure.Identity.AzureCliCredential Azure.Identity.AzurePowerShellCredential Azure.Identity.ChainedTokenCredential Azure.Identity.ClientAssertionCredential Azure.Identity.ClientCertificateCredential …
CloudFlare Workers is a Serverless Technology. We can use it to host the Serverless APIs. However, no matter what the status code or content is returned from the cloudflare …
I was a bit surprised to see the billing spikes this month for CloudFlare Worker. As one of the “Free” API has a huge number of requests. Everything comes …