|
所在平台: Udemy |
课程主页: https://www.udemy.com/course/how-to-create-azure-virtual-machines-and-windows-sandbox/
课程评论:没有评论
课程名称:如何创建 Azure 虚拟机和 Windows 沙盒 课程概述:本课程介绍了虚拟机的基本概念和操作方式。虚拟机(VM)与物理计算机没有实质性区别,具备 CPU、内存和存储等基本组件,可以连接互联网。虚拟化是创建基于软件的计算机版本的过程,这些版本从物理主机或远程服务器“借用” CPU、内存和存储资源。虚拟机实际上是一个计算机文件,类似于真实计算机,能够在独立的计算环境中运行,通常用于运行不同的操作系统或作为用户整个计算机体验的一部分。虚拟机被隔离在系统之外,确保其内部软件不会干扰主机操作系统。 虚拟机的主要用途包括: - 在云中构建和部署应用程序 - 尝试新操作系统(OS),包括测试版发布 - 为开发人员快速创建新环境以便于运行开发测试场景 - 备份现有的操作系统 - 访问病毒感染的数据或运行旧应用程序,通过安装旧的操作系统 - 在不兼容的操作系统上运行软件或应用 在本课程中,学员将学习如何通过 Azure 门户创建 Azure 虚拟机。该方法提供基于浏览器的用户界面,方便创建虚拟机及其相关资源。通过实践实验,学员将登录 Azure 门户,创建虚拟机,并通过 RDP 连接到虚拟机。 该课程适合所有希望了解如何使用 Azure 创建虚拟机的学员。
A virtual machine, commonly shortened to just VM, is no different than any other physical computer like a laptop, smart phone, or server. It has a CPU, memory, disks to store your files, and can connect to the internet if needed. While the parts that make up your computer (called hardware) are physical and tangible, VMs are often thought of as virtual computers or software-defined computers within physical servers, existing only as code.Virtualisation is the process of creating a software-based or "virtual" version of a computer, with dedicated amounts of CPU, memory and storage that are "borrowed" from a physical host computer - such as your personal computer - and/or a remote server - such as a server in a cloud provider's datacentre. A virtual machine is a computer file, typically called an image, that behaves like an actual computer. It can run in a window as a separate computing environment, often to run a different operating system - or even to function as the user's entire computer experience- as is common on many people's work computers. The virtual machine is partitioned from the rest of the system, meaning that the software inside a VM can't interfere with the host computer's primary operating system.Here are a few ways virtual machines are used:Building and deploying apps to the cloud.Trying out a new operating system (OS), including beta releases.Spinning up a new environment to make it simpler and quicker for developers to run dev-test scenarios.Backing up your existing OS.Accessing virus-infected data or running an old application by installing an older OS.Running software or apps on operating systems that they weren't originally intended for.Azure virtual machines (VMs) can be created through the Azure portal. This method provides a browser-based user interface to create VMs and their associated resources. In this hands-on lab, we will use the Azure Portal to create and connect to an Azure virtual machine. We will log in to the Azure Portal and create a virtual machine. Then, we will connect to the virtual machine via RDP.