by George Chrysovaladis Grammatikos | Sep 25, 2018 | Azure, DevOps
In this post, we are going to talk about Azure Resource Manager (ARM) Templates, a json file which allows us to deploy resources on Azure in a few steps. What is ARM Template In simple words, an ARM template is a JSON script. This script includes the resource(s) that...				
					
			
					
											
								
							
					
															
					
					 by George Chrysovaladis Grammatikos | Sep 14, 2018 | Az-Powershell, Azure
Overview This PowerShell script covers a complete case with one virtual machine (Windows Server 2016), with one data disk, Virtual Network, Subnet, Public IP Address, Network Security Group, BGInfo, and DiskEncryption Extensions. Details The executing steps are : Step...				
					
			
					
											
								
							
					
															
					
					 by George Chrysovaladis Grammatikos | Sep 11, 2018 | Az-Powershell, Azure, Powershell
This post will be updated continuously with new Azure RM cmdlets, which are useful for the daily work at office. Networking In this section, we can find cmdlets for Azure Network Resources. Change The Public IP State : (Set-AzureRmPublicIpAddress) Before executing one...				
					
			
					
				
															
					
					 by George Chrysovaladis Grammatikos | May 17, 2017 | Az-Powershell, Azure
One important thing you must do for an SMTP Server is to add reverse DNS record on your Cloud Service. To do this, first of all, you must install Azure Powershell, WindowsAzurePowershell. Now, you must execute the following commands in PowerShell: Azure Service...				
					
			
					
				
															
					
					 by George Chrysovaladis Grammatikos | May 17, 2017 | Az-Powershell, Azure
Bellow a script which helps you to create || delete massive endpoints on Azure. {Applies on ASM} #Enter Azure Account Add-AzureAccount #Choose Subscription Select-AzureSubscription -SubscriptionName “MySubscripiton” #Massive  EndPoint creation from  Port...