LoginSignup
1
2

More than 5 years have passed since last update.

Azure の App Service Editor (プレビュー) は、すごい

Last updated at Posted at 2018-12-31

title: Azure の App Service Editor (プレビュー) は、すごい
tags: Azure AppServiceEditor
author:

slide: false

前回、、、を書きました。
今回はVisual Studio で構築。
かなり楽ちんでした。10倍とまではいかないけど、2―3倍は楽になる。

App Service Editor

これは、Azure のWebAppの中で立ち上がる、VS Code のミニ版みたいなものです。
ブラウザで、ファイル操作や、ファイルのエディットができます。

こういう用途に使える

とりあえず、無料版のAzure WebAppsを立ち上げて、JavaScriptや、MySQLのコード確認に作っと使えそうです。

行き方

  1. ResourceGroups
  2. WebAppsを開く (App Service Web Apps)
  3. App Service Editor (プレビュー)を開く
  4. 別なウィンドウが立ち上がる

なにこれすごそう

image.png

見た目は、ブラウザで動く、VS Codeです。

Bash ぽいものがうごきますが、vi とか vim は動きてん。
image.png

ファイルのドラッグアンドドロップで、サーバーに転送できます。FTPいらんやん。

image.png

ただし、ディレクトリ(フォルダ)ごとの転送はできなかったので、
ディレクトリはコマンドで掘る必要があります。問題ありません。

image.png

結果

プレゼンなどで気軽に、Webサイトを公開するとき、ファイル共有するときなどに使えそうです。
HTTPでいいなら、ngrok いらないかもしれない。

1
2
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
2