Visual Studio Code连接远程MS Azure服务器的方法

1. 开启远程MS Azure服务器

Step 1.1. 登录MS Azure账号,https://azure.microsoft.com/en-us/get-started/azure-portal

Step 1.2. 开启远程MS Azure服务器

2. 通过Visual Studio Code连接MS Azure远程服务器

Step 2.1. 安装Remote-SSH Extension

Step 2.2. 选择show and run commands,登录MS Azure远程虚拟机,

点击VS Code的正上方居中位置的"Search"方框,选择"Show and Run Commands",输入"ssh",选择"Rmote SSH: Add New SSH Host", 输入"ssh Your_Azure_Username@Your_Azure_IP_Address", 成功通过VS Code连接远程Azure虚拟机。

备注:如果需要打开MS Azure虚拟机上的文件夹,请点击VS Code的"File" -> "Open Folder..."

相关推荐
慎思知行30 分钟前
Discord中创建机器人的流程
linux·服务器·机器人
yqcoder38 分钟前
uni-app 之 下拉刷新
运维·服务器·uni-app
mancy_12121240 分钟前
复古C语言代码复活!——以121+hello.c为例摘要
c语言·vscode·gitee·visual studio·新人首发·turbo c
huohaiyu1 小时前
IP协议详解
服务器·网络·tcp/ip
Madison-No71 小时前
【Linux】一切皆文件的理解 && 缓冲区 && 简易设计libc库
linux·运维·服务器
Alaaaaaaan1 小时前
[DevOps]使用github-action工具部署docker容器(实现提交代码一键推送部署到服务器)
服务器·前端·docker·容器·github
云泽8082 小时前
深入浅出 Linux:Shell 运行机制与核心权限指令解析
linux·运维·服务器
比奇堡派星星2 小时前
linux Zram
linux·运维·服务器
EmbedLinX2 小时前
Linux 之网络通信
linux·服务器·c语言·笔记·学习