Azure (Expand Disk)
How to expand a disk in Azure Windows https://querysurge.zendesk.com/hc/en-us/articles/115002530951-Azure-Expand-Disk- Linux https://docs.microsoft.com/en-us/azure/virtual-machines/linux/expand-disks
How to expand a disk in Azure Windows https://querysurge.zendesk.com/hc/en-us/articles/115002530951-Azure-Expand-Disk- Linux https://docs.microsoft.com/en-us/azure/virtual-machines/linux/expand-disks
When booting an Azure VM, this error: 304.863321] —[ end Kernel panic – not syncing: VFS: Unable to mount root fs on unknown-block(0,0) Solution: remove old linux kernels, your /boot drive is out of space. -boot to grub and click on “Advanced options” -Select a previous kernel (should boot fine) login and enter command See … Read more
There is a small issue where a Plesk/CentOS 7 system is migrated to Azure and nginx fails to start. This is the error in the nginx log If so then to edit: And add: Then Run: start Nginx:
When setting up an Azure VM that will have mail functions, you may need to set up a rDNS record. The Azure portal at this time does not have that capability but you can set this up in with the Azure CLI or PowerShell. Guide for creating Reverse DNS records: https://docs.microsoft.com/en-us/azure/dns/dns-reverse-dns-for-azure-services https://docs.microsoft.com/en-us/cli/azure/install-azure-cli?view=azure-cli-latest
This issue revolves around Azure and AWS outbound SMTP from their virtual machines / EC2 instances. AZURE Azure: https://blogs.msdn.microsoft.com/mast/2017/11/15/enhanced-azure-security-for-sending-emails-november-2017-update/ For Pay-As-You-Go or Microsoft Partner Network subscriptions created after November 15, 2017, there will be technical restrictions blocking e-mail sent directly from VMs in these subscriptions. Customers that need the ability to send e-mail from Azure … Read more
This script creates an Azure Virtual Machine with an Ubuntu operating system. After running the script, you can access the virtual machine over SSH. If needed, install the Azure PowerShell module using the instructions found in the Azure PowerShell guide, and then run Login-AzureRmAccount to create a connection with Azure. Also, you need to have … Read more
Azure Mysql database in encrypted by default. The mysql connection fails when trying to login: Azure Database for MySQL supports connecting your Azure Database for MySQL server to client applications using Secure Sockets Layer (SSL). Enforcing SSL connections between your database server and your client applications helps protect against “man in the middle” attacks by … Read more
Passive Mode To enable FTP Passive Mode on Plesk systems, you will need to first edit the proftpd.conf file in /etc/ Then find the following lines Under the lines above, add the following and save the file. Now restart xinetd Once xinetd is restarted, you need to add the port range to the Plesk Firewall. … Read more