In my earlier post I provided the step by step instructions to host a website in Apache web server and…
Step by Step :How to install Apache Web Server and deploy SSL (HTTPS) enabled site?
In this post we will go thru step by step instructions for Apache Web server installation. Post Apache Server Installation…
Quick Tip:How to prevent your Azure Resources from accidental deletion?
A common concern with resources provisioned in Azure is that the ease with which they can be deleted. A careless…
How to configure Power BI Enterprise Gateway Proxy configuration?
Power BI service allows connectivity thru PowerBI Gateway in case you do not want to expose the on-premise data sources.…
How to assign Permissions to Azure AD App by using PowerShell?
I have published my last blog to describe to PowerShell script to register the App in the Azure AD,In this…
How to register an App in Azure AD by using PowerShell
Recently I came across a situation where I was supposed to register an App in Azure Ad for multiple Environments,…
Power BI Reporting with Reader-Writer cube Implementation.
Recently I have implemented Reader Writer cube scenario with Power BI reporting with the following requirements: There are two cubes…
How to create Azure Key Vault-backed secret scope?
In Databricks we can create and access secrets in two different ways: Azure Key vault backed secrete scope Databrick backed…
How to create and use Databricks backed secret scope?
In this article we will create Databricks backed secret scope step by step: 1.Create a Databricks backed scope.Here I am…
Databrick CLI important commands.
Recently I came across Databrick CLI commands to setup the Azure Key vaults with databrick-backed scope. I thought to share…