How To Install Nginx on Ubuntu 20.04
How To Install Nginx on Ubuntu 20.04 | DigitalOcean Install nginx If you get a Status: inactive message when running the ufw status command, it means that the firewall is not yet enabled on the system. You will need to run a command to enable it. By default, when UFW is enabled, it blocks external […]
Decrease a Disk Size on Azure VM
https://paulnune.medium.com/decrease-a-disk-size-on-azure-vm-8deec4947753 Keep a backupAttach a new data disk of smaller sizeStop services that is using the old data driveRobocopy or reinstall stuff to the new data driveDelete old disk when all is verified again
Implement CI/CD with GitHub – Deploy Azure Functions steps
Implement CI/CD with GitHub – Deploy Azure Functions – DEV Community 1 Create an Azure Function Apprg, storage account, function app, not deployment is set up yet.To set up deployment, webapipython | Deployment Center, we do that later 2 Create a GitHub repositorytest-webapipython git@github.com:spawnmarvel/test-webapipython.git 3 Clone GitHub Function repository /c/giti2023$ git clone git@github.com:spawnmarvel/test-webapipython.git 4 Link […]
Bicep Azure attach a data disk to a Linux VM
Attach a data disk to a Linux VM – Azure Virtual Machines | Microsoft Learn azure-automation/README.md at main · spawnmarvel/azure-automation · GitHub
Understanding the changes in the Root CA change for Azure Database for MySQL single server (SSL)
https://learn.microsoft.com/en-us/azure/mysql/single-server/concepts-certificate-rotation#create-a-combined-ca-certificate They changed supplier Download new cert from link and edit in your connection string Connect with HeidiSQL and check version That is if ssl in enforced in mysql for single server and version is selected, i.e 1.2 in Azure. Note This article applies to Azure Database for MySQL – Single Server ONLY. For Azure […]