Contents tagged with azure
-
Reset DNS Server for Azure Virtual Network and Virtual Machine
https://channel9.msdn.com/Series/Microsoft-Azure-Tutorials/Reset-DNS-server-for-Azure-virtual-network more
-
Join a Windows Server Virtual Machine to a Managed Domain
https://docs.microsoft.com/en-au/azure/active-directory-domain-services/active-directory-ds-admin-guide-join-windows-vm-portal more
-
Azure Active Directory
https://www.youtube.com/watch?v=5tJ5Uz2GlsQ
https://www.assistanz.com/steps-to-create-new-active-directory-forest-in-azure-portal/
-
Microsoft Windows Azure Virtual Machine Tutorials
https://docs.microsoft.com/en-au/azure/virtual-machines/windows/index
-
Add Administrators to Azure Subscription
https://docs.microsoft.com/en-us/azure/billing/billing-add-change-azure-subscription-administrator
-
Azure Powershell From Azure Portal
https://www.red-gate.com/simple-talk/sysadmin/powershell/azure-and-windows-powershell-getting-information/
-
Microsoft Azure Run Command (run command line or powershell from the Azure Portal)
In portal.azure.com:
1) select virtual machine
2) select Run Command
3) Choose one of the pre-written scripts (eg change rdp port, ipconfig etc)
-
Optimize network throughput for Azure virtual machines
https://docs.microsoft.com/en-us/azure/virtual-network/virtual-network-optimize-network-bandwidth
-
Windows Azure: Managed vs Unmanaged Disks
https://buildwindows.wordpress.com/2017/05/31/azure-managed-vs-unmanaged-disks-the-choice/
-
Windows Azure Hybrid Benefit
https://nirmalt.com/2017/06/21/convert-existing-azure-virtual-machins-to-use-hybrid-use-benefit/
https://azure.microsoft.com/en-us/pricing/hybrid-benefit/?v=17.220 more
-
Windows Azure Regions Have Limited Availability for New Customers
https://azure.microsoft.com/en-us/regions/offers/ more
-
How to detach a data disk from a Windows virtual machine
https://docs.microsoft.com/en-au/azure/virtual-machines/windows/detach-disk?toc=%2Fazure%2Fvirtual-machines%2Fwindows%2Ftoc.json more
-
Creating a WIMP Stack (Windows Server, IIS, MySQL, PHP) on Windows Azure
Creating a WIMP Stack (Windows Server, IIS, MySQL, PHP) on Windows Azure more
-
Resizing an Azure VM disk dynamically
https://blogs.technet.microsoft.com/keithmayer/2015/03/24/resizing-data-disks-in-the-cloud-on-microsoft-azure-with-windows-powershell/
http://windowsitpro.com/azure/how-resize-azure-disk
-
Getting Started with Azure Powershell
Getting Started with Azure Powershell more
-
Scheduling a job in SQL Azure
https://blogs.msdn.microsoft.com/ms-tech_learning_with_prasant/2014/07/09/scheduling-job-on-sql-azure/
-
Powershell Script to Reserve Public IP Address
List current reserved ips in the active subscription:
Get-AzureReservedIP
Create a new one for a virtual machine in the active subscription:
New-AzureReservedIP -ReservedIPName "[MyIPAdressName]" … more
-
Azure
Azure-related links:
https://azure.microsoft.com/en-us/regions/offers/
https://azure.microsoft.com/en-us/
https://azure.microsoft.com/en-us/pricing/calculator/
http://manage.azure.com … more
-
Azure KMS Activation Keys
Windows Server 2016
Operating system edition
KMS Client Setup Key
Windows Server 2016 Datacenter
CB7KF-BWN84-R7R2Y-793K2-8XDDG
Windows Server 2016 … more
-
Another VM Creation Powershell Script (untested)
Example 1I need a PowerShell command set to create the initial virtual machine for an Active Directory domain controller that: •Uses the Windows Server 2012 R2 Datacenter image.•Has the name AZDC1.• … more