How to Deploy SQL server on Azure Container Services?
In this blog we will learn about Azure container services and how to deploy SQL server 2019 on Azure Container Services.
In this blog we will learn about Azure container services and how to deploy SQL server 2019 on Azure Container Services.
Azure Synapse (Azure SQL Data Warehouse) is a massively parallel processing (MPP) database system. The data within each synapse instance is spread across 60 underlying databases. These 60 databases are referred to as “distributions”. As the data is distributed, there is a need to organize the data in a way that makes querying faster and more efficient.In this blog we will learn how to choose the right distribution strategy.
In this blog, we will discuss a real-time scenario of deploying software on multiple Linux and Windows Virtual machines simultaneously. Suppose you have 500 virtual machines both Windows and Linux and you want to push the software to these virtual machines. Obviously, it is not a workable solution to perform the manual installation on these 500 VMs. But there is good news that Azure provides a custom script extension for remote command execution. Let’s learn how to use it?
In this blog, I will share the script to retrieve the Azure resources inside the Azure subscription. This script iterates through each resource group inside an Azure subscription and retrieves each resource name resource type and resource tag and dumps the information inside a CSV file. So let’s dive in.
This blog discusses the step by step approach to mount the storage account to Azure Databricks.
In this blog post, we will learn about VNet Peering, Hub, and spoke Architecture and Service chaining in Azure.
In this blog, we will learn how Azure manages network traffic by using system routes and user-defined routes. Let’s dive in.
In this blog, we will go thru the step-by-step instructions to host Python Flask APIs in the Apache Web server.
In my earlier post, I provided step-by-step instructions to host a website on an Apache web server and secure it thru HTTPS. I have found that the site works perfectly fine in IE and Chrome but it throws a certificate error while browsing it thru Mozilla. It throws the SEC_ERROR_UNKNOWN_ISSUER error. So in this blog post we will explore the solution of this problem.
In this post, we will go thru step by step instructions for Apache Web server installation. After Apache Server Installation we will create an SSL certificate creation request to generate the certificates from Certificate Authority and then deploy the SSL certificates on Apache Web Server. We will also learn how to modify browser settings to make the certificate works in case the site is accessed from outside the corporate intranet where Root certificates are not installed on the machine.