
How to enable tamper protection on unmanaged PCs
When bad actors gain access to a system they often want to disable Microsoft Defender Antivirus, that way their malware and their suspicious activity are successful. There’s a feature available in Windows OS called tamper protection that prevents a bad...

Coronavirus disease 2019 (COVID-19) Data Analysis using Python
I like to find interesting insights from data and analyze them. I made a simple COVID-19 data analysis using Python and Plotly. Here's my Jupyter notebook code created for analysis. Note: The data used are from the sources below and it is only used for...

Get a Free SSL Certificate in Azure App Service
Free SSL Certificate is now available in Azure App Service. Finally, we can enable HTTPS for our websites for free on Azure App Service. The feature is named App Service Managed Certificate that is fully managed by App Service. The certificate will be...

Scheduling a Pipeline in Azure Data Factory
Scheduling a Pipeline in Azure Data FactoryAzure data factory can be triggered through multiple ways, currently, there are four ways that you can trigger data factory.Data Factory pipeline can be triggered bySchedule TriggersTumbling Windows TiggersEvent...

Copy Data From On-Premise SQL Server To Azure SQL Database Using Azure Data Factory(ADF) UI
This article shows you how to use Azure Data Factory to copy data from on-promise SQL server source to an Azure SQL database destination. Prerequisites Before you begin this tutorial, you must have the following: Azure Subscription, if you don't already...

Provisioning a New Azure SQL Database Server Using PowerShell
Provisioning a New Azure SQL Database Server Using PowerShellThis article shows you how to create an Azure SQL Database services using Azure PowerShell.PrerequisitesBefore you begin this tutorial, you must have the following:Azure Subscription, if you don't already...