2
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

身の回りの困りごとを楽しく解決! by Works Human IntelligenceAdvent Calendar 2024

Day 5

Azure: App Service の kudu での新しい GUI (newui) なら、ファイルアップロードもD&Dで出来て便利

Last updated at Posted at 2024-12-06

背景

kudu でファイルアップロードが面倒だと思ってたら、簡単に出来る方法が、newui で対応されていた :sunglasses:

Portal からだと直接リンクが見つかってないので、
kudu を起動したら、末尾に newui を付加して接続してみましょう
※Internet-facing, Internal は若干相異有

https://{app-name}.scm.azurewebsites.net/newui

newui endpoint is only available for App Service on Linux

詳細は以下で紹介されていました。

新旧比較

newui の特徴としては

  • 左側にナビゲーション用サイドパネル追加

    • Linuxの場合、上に有ったメニューが左側に行った感じ
  • 分類の変更
    これによって、どこを確認したいか?によって選びやすくなったんじゃないかな

    • Environment/REST API/Browse Directory
    • App Essentials/Deployments/Web App Container

2024-11-21_09h14_46.png

newui での便利そうな事

インスタンス切り替え

2024-11-21_09h41_47.png

ファイルアップロード

FTP 不要で、D&Dで簡単にアップロードが出来るようになった :high_brightness:

2024-11-21_12h11_54.png

ファイルダウンロード&閲覧

https://{app-name}.scm.azurewebsites.net/api/vfs/LogFiles.zip

のようなパスコピーしてダウンロードする必要がなく、GUI で簡単操作閲覧&ダウンロードが出来るようになった

2024-11-21_09h53_41.png

ダウンロードはダウンロードアイコンか、ファイル名選択で

環境変数とか諸々(JSON Viewer)

設定や、ログファイル情報が、Json Viewer が一新されたことで使いやすくなった

特に、この copy Raw Json で、ダウンロードより簡単に取得出来るのは個人的に好き。
※完全に好みの問題だとは思うけど :sweat_smile:

2024-11-21_12h09_10.png

あとがき

Default として newui にしてくれればいいのに、何故してくれないのか? :thinking:

何か問題があるのかもしれないので注意は必要かも

2
1
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
2
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?