In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-01-16 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >
Share
Shulou(Shulou.com)06/01 Report--
This article mainly introduces how to install and import Azure PowerShell 1.0. it is very detailed and has a certain reference value. Interested friends must read it!
Microsoft has officially RTM Azure PowerShell 1.0, and this major update to version 1.0 has officially begun to support Azure's new resource deployment model. Azure Resource Manager (ARM) Explorer provides IT Pro with a new Azure resource deployment model that is different from the classic deployment method. Under the new deployment model, virtual machines and websites no longer rely on cloud services and use resource groups as containers instead. Resource groups unify the deployment and management of the components of all applications as a whole, making it easier for users to operate applications in the cloud.
The Microsoft Azure blog lists the following new features and changes to Azure PowerShell 1.0:
◆ supports resource manager (Resource Manager) in Azure Automation
◆ 's separate Azure service management and resource manager functions to provide a clear Azure cmdlet
◆ uses strongly semantic cmdlet to ensure that Azure PowerShell upgrade will not bring much change to users.
◆ Azure PowerShell documentation improvement
◆ Azure Explorer supports certificate authentication
◆ can use Azure Key Vault for virtual machine disk encryption
◆ introduces Azure Data Lake and Notification Hub-related cmdlet
◆ 's many improvements to resource managers, Web applications, and other Azure services
Install Azure PowerShell 1.0
Azure PowerShell 1.0 relies on Windows Management Framework (WMF) 5.0, which is only integrated by default on the Windows 10 system. To download or get more information about WMF5.0, see the Microsoft website.
The next step to install Azure PowerShell 1.0 RTM is the same as the previous step to install the preview version, you can refer to my previous article. Or follow these steps directly:
The commands to install Azure PowerShell 1.0 using PowerShellGet are as follows:
# install Azure Resource Manager modules Install-Module AzureRMInstall-AzureRM through PowerShell Gallery # install Azure Service Management moduleInstall-Module Azure through PowerShell Gallery
After you complete the installation of Azure PowerShell 1.0, you can import Azure and AzureRM modules.
# Import AzureRM.* modules Import-AzureRM # Import AzureRM moduleImport-Module AzureRM.Compute # Import Azure Service ManagementImport-Module Azure above is all the content of this article "how to install and Import Azure PowerShell 1.0", thank you for reading! Hope to share the content to help you, more related knowledge, welcome to follow the industry information channel!
Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.
Views: 0
*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
© 2024 shulou.com SLNews company. All rights reserved.