How to enable tamper protection on unmanaged PCs

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 actor or malicious application from disabling the Microsoft Defender Antivirus setting, including...

read more
Coronavirus disease 2019 (COVID-19) Data Analysis using Python

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 data analyzing purposes. The list of used data sources Source: Johns Hopkins University (JHU)Data from...

read more
Get a Free SSL Certificate in Azure App Service

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 valid for six months and it will renew automatically. The free certificate comes with the following...

read more
Export an Azure App Service Certificate Using Kudu PowerShell

Export an Azure App Service Certificate Using Kudu PowerShell

How to open Kudu PowerShell consoleYou can open Kudu Powershell console using the following:1. If your Azure Web app URL is https://mysite.azurewebsites.net/, then the URL of the Kudu will be https://mysite.scm.azurewebsites.net/ . Once authenticated, you can see a similar screen, as shown in figure 2.0, if Azure App Service is running on Windows.2. In...

read more
Scheduling a Pipeline in Azure Data Factory

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 Based TriggersManual Trigger(User interface, Logic app etc.)In this tutorial, we use a Schedule...

read more
Copy Data From On-Premise SQL Server To Azure SQL Database Using Azure Data Factory(ADF) UI

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 have an Azure subscription, create a free account. On-premises SQL Server database: You can use SQL...

read more
Provisioning a New Azure SQL Database Server Using PowerShell

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 have an Azure subscription,create a free account .Azure Data Studio(ADS) with PowerShell Extension, in...

read more

FOLLOW ME

Share This