Azure Core Service (VM) --> Create a windows virtual machine and deploy a cms website on it

Table of contents

1. Azure Architecture Components

1.1 area

1.2 Zone pairs

1.3 Availability Zones

2. Azure resources 

2.1 Resource group

2.2 Azure Resource Manager

2.3Azu SubscriptionEdit

3. Core Azure Workload Products

3.1 Azure computing service 

3.1.1 Create a virtual machine

3.1.2 Configuration after connecting the virtual machine

3.2 Deploy a cms network on a windows virtual machine 

3.2.1 Download the CMS (Content Management System) on the windows virtual machine

3.2.2IIS configuration

3.2.3 Unzip the SSCMS installation package

3.2.4 Create an IIS site

3.2.5 Install.NET...

3.2.6 Install SSCMS system


1. Azure Architecture Components

1.1 area

1.2 Zone pairs

1.3 Availability Zones

 A region is composed of multiple data centers, which can prevent the failure of the entire data center. Once an availability zone is applied, it means that a server is created. If you choose two availability zones, you will create a server in each data center, and the cost will naturally be multiplied by 2.

 

2. Azure resources 

2.1 Resource group

2.2 Azure Resource Manager

2.3Azu subscription

3. Core Azure Workload Products

3.1 Azure computing service 

3.1.1 Create a virtual machine

Steps to create a virtual machine:

Basics:

 Disks:

 Networking:

Management, Advanced, and Tags all default:

Review+create 

 

 After the creation is complete, you can connect through Remote Desktop Conection (copy the virtual machine IP address)

video:

Cloud Computing Introductory Course for College Students - Creating the First Windows Server on the Cloud_哔哩哔哩_bilibili

3.1.2 Configuration after connecting the virtual machine

Right-click Manage on This PC to enter the following interface

 Then all the way to Next, and finally format, you can see the F drive.

3.2 Deploy a cms network on a windows virtual machine 

Configure according to the documentation:

3.2.1 Download the CMS (Content Management System) on the windows virtual machine

CMS (Content Management System) is a very common web system, which is mainly used to build personal blog systems, corporate official websites and so on.

3.2.2IIS configuration

Find Apps in Settings

 

3.2.3 Unzip the SSCMS installation package

 

3.2.4 Create an IIS site

 

 

3.2.5 Install.NET...

Running SSCMS on Windows | SSCMS 7.1 Documentation Center

View the documentation, click Install in the documentation

Configure after installation 

Change application pool 

3.2.6 Install SSCMS system

 

 

 Then you can visit our configured website

Add a port 80

Guess you like

Origin blog.csdn.net/weixin_48137421/article/details/126477010