Successfully completed the training course “Implementing Azure Infrastructure Solutions” @ the Microsoft Partner, Silver Learning, MTC Training #Azure #Microsoft #Sunderland #Training #AlwaysLearning
Implementing Azure Infrastructure Solutions


Successfully completed the training course “Implementing Azure Infrastructure Solutions” @ the Microsoft Partner, Silver Learning, MTC Training #Azure #Microsoft #Sunderland #Training #AlwaysLearning
What is OMS? . Is it.. System Center Online rebranded? OMS is used to gather logs centrally and make decisions upon this information. What can you do with Operations Management…
What is a container? A container is a live and running copy of an image which may have been customised. An image is a read only copy of an image…
Step 1 : Install Command Line Tool For PowerShell https://azure.microsoft.com/en-in/downloads/ Step 2: Launch PowerShell as Administrator Type in the following # get the Azure RM module installed first Install-Module AzureRM…
PaaS / App Service Check out the Azure App Service gallery of applications Most Web Apps would use Autoscaling When deploying web apps, consider integration and deployment options.. GitHub, DropBox,…
Azure VMs VMs types and sizes https://docs.microsoft.com/en-us/azure/virtual-machines/windows/sizes Only supported virtual machine type in Azure is "VHD". VHDX is not currently supported. Note : Managed disks are now preferred to use…
Azure - What are the options? IaaS, PaaS & SaaS IaaS - Virtual Servers in the Cloud. Easiest/ Logical method of moving to the cloud is IaaS. Drag your on…
Just some quick notes and links for setting up Azure to be managed by PowerShell https://docs.microsoft.com/en-us/powershell/azure/install-azurerm-ps?view=azurermps-4.0.0 Get-Module PowerShellGet -list | Select-Object Name,Version,Path https://docs.microsoft.com/en-us/powershell/azure/install-azurerm-ps?view=azurermps-4.0.0#how-to-get-powershellget # Install the Azure Resource Manager modules…