Cách tạo VPS Windows RAM 7Gb Azure miễn phí

TricksMMO

Administrator
Staff member
|
`` `
#!/Bin/bash

AZ Đăng nhập --Identity

Tập tài khoản AZ -Subscrip "id đăng ký Azure"

AZ Group Tạo -tên MyResourcegroup -Location "East US"

AZ VM Tạo \
.
-tên myvm \
--Image "MicrosoftWindowsServer: 2019-deatacenter: mới nhất" \
-Kích thước "Standard_d2s_v3" \
--Admin-username "Azureuser" \
--Admin-password "pa $$ w0rd" \
-public-ip-address "Đã kích hoạt" \
--ssh-key-value "SSH-rsa aaaab3nzac1yc2aaaaadaqabaaabaqd3d2u2+6434Sx/6117/22956945213491123498123456789012
-Thẻ "DisplayName = myVM"
`` `
Bước 3. Tạo RAM 7GB miễn phí của Azure
Truy cập github.com và tạo một repo mới.
Nhấp vào nút màu xanh lá cây "Tạo kho lưu trữ" và đặt tên cho nó "Azure-VPS".
Sao chép mã trong bài viết và dán nó vào repo.
Nhấp vào nút màu xanh lá cây "cam kết tệp mới" và sau đó "cam kết với chủ".
Nhấp vào nút màu xanh lá cây "Hành động" và sau đó "Chạy quy trình công việc".
Chọn "created_windows_2019_azure_rdp_by_tinhocthuchanh" và nhấp vào "Chạy quy trình làm việc".
Chờ quá trình hoàn thành.
Bước 4. Đăng nhập vào Windows Azure 7GB VPS miễn phí
Mở trình duyệt và truy cập Microsoft Azure.
Đăng nhập bằng email và mật khẩu bạn đã sử dụng để tạo tài khoản Azure.
Nhấp vào tab "Nhóm tài nguyên" và chọn nhóm tài nguyên "MyResourcegroup".
Nhấp vào máy ảo "MyVM".
Nhấp vào nút "Kết nối" và chọn "RDP".
Nhập tên người dùng "Azureuser" và mật khẩu "PA $$ W0RD".
Nhấp vào nút "Kết nối".
Bạn sẽ được kết nối với Windows Azure 7GB VPS miễn phí.
=======================================
|
```
#!/Bin/bash

az login --identity

az account set --subscription "Azure subscription ID"

az group create --name myResourceGroup --location "East US"

az vm create \
--resource-group myResourceGroup \
--name myVM \
--image "MicrosoftWindowsServer:2019-Datacenter:latest" \
--size "Standard_D2s_v3" \
--admin-username "azureuser" \
--admin-password "Pa$$w0rd" \
--public-ip-address "Enabled" \
--ssh-key-value "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQD3D2u2+6434sx/6117/22956945213491123498123456789012345678901234567890 [email protected]" \
--tags "displayName=myVM"
```
Step 3. Create Azure's free VPS 7GB RAM
Go to github.com and create a new repo.
Click the green button "Create repository" and name it "Azure-VPS".
Copy the code in the article and paste it into the repo.
Click the green button "Commit new file" and then "Commit to master".
Click the green button "Actions" and then "Run workflow".
Select "Create_windows_2019_azure_rdp_By_Tinhocthuchanh" and click "Run workflow".
Wait for the process to complete.
Step 4. Login to Windows Azure 7GB VPS for free
Open a browser and go to Microsoft Azure.
Login with the email and password you used to create the Azure account.
Click the "Resource groups" tab and select the "myResourceGroup" resource group.
Click the "myVM" virtual machine.
Click the "Connect" button and select "RDP".
Enter the username "azureuser" and the password "Pa$$w0rd".
Click the "Connect" button.
You will be connected to the Windows Azure 7GB VPS for free.
 
Join Telegram ToolsKiemTrieuDoGroup
Back
Top