Posts

Showing posts from March, 2019

Azure Automation (ARM Templates): First Set of Questions on ARM Templates

Azure Resource Manager Templates What are ARM Templates? An Automation platform files, where you can define the configuration to deploy the different types of resources in Azure. In Which language ARM Templates will be written? JSON How many ways we can deploy ARM Templates? What are the elements of ARM Template? In the ARM Template elements, which are mandatory and which are not mandatory and explain the same? How many types of templates we can develop according to supported format? How many types of templates we can develop according to requirement? What are the two JSON files required to work with ARM Templates? can we deploy ARM Resources with only Template.JSON? can we deploy ARM Resources with only Parameters.JSON? List out the mandatory files those are required to deploy a resource using ARM Templates? Should we use the same name for Template and Parameters for those or we can do change according to our requirement? What ar...

Azure Knowledge : For Beginners...... An Introduction to Azure and It's Portals

Image
A Little  Introduction to Azure and It's Portals: About Azure: Windows Azure was released by Microsoft in the year of 2010 and later it got renamed to Microsoft Azure in the year of 2014 as it is expanded the cloud support to all the Microsoft Products such as Microsoft Office 365, Microsoft Dynamics, Bing, One Drive, Skype, and Xbox Live and other products of Microsoft. Evolution of Microsoft Azure: Azure Services are provided with two portals. 1) Azure Service Management Portal 2) Azure Resource Management Portal 1) Azure Service Management Portal:   This Portal is also called as Classic or Management Portal. In this Portal all the resources in the cloud should be created under "Cloud Services" Group. Note: with out creating the cloud service group, we were not able to create the resources in this portal. From Jan 8th,2018 Microsoft withdraw the Public Availability of Azure Service Management Portal to General Public. Where now it is mandat...

Azure Automation (Power Shell): How to Install Power Shell Module for Azure Automation with Power Shell?

Image
Windows Azure was released by Microsoft in the year of 2010 and later it got renamed to Microsoft Azure in the year of 2014 as it is expanded the cloud support to all the Microsoft Products such as Microsoft Office 365, Microsoft Dynamics, Bing, One Drive, Skype, and Xbox Live and other products of Microsoft. History About PowerShell: PowerShell  is a scripting language developed by Microsoft using .Net Framework in order to develop a platform to minimize the efforts of System/Server Administrator to optimize the time and manage the administration activities in an efficient manner. Specialty of Modules in PowerShell: As the requirement changes according to the environment that works, PowerShell Modules have been developed "Use it When you need" basis. A few of the PowerShell Modules are available: PowerShell for Active Directory Operations PowerShell for Office 365 Operations PowerShell for SharePoint Operations PowerShell for Azure Operation...