2025年10月9日16時40分ごろから、Azure Front Doorの障害が発生しました。症状的にはAzure Portalにログインできない、ログインできてもリソースが見えない、またFront Door経由のサイトにアクセスが遅い/タイムアウトするといった感じです。
Azure
Azure Updates (2025-10-09)
15周年おつかれSUMMER。
Azure Functions Core Tools で起動すると何かおかしい
最近Azure Functions Core Toolsの挙動が何かおかしかったので見てみました。症状としては…
- Windows上でfuncコマンドで起動した後、止めてもポートが使われたままになってる
- コンソール出力がモノクロ(色がついてない)
- Visual Studioからのデバッグ実行は問題ない
みたいな感じです。
結論
In-ProcだとIn-Proc用のFunctions Core Toolsが使われて、それが残ってしまう。
なので最初からIn-Proc用のfuncコマンドを使えばよい。(通常 C:\Program Files\Microsoft\Azure Functions Core Tools\in-proc8 フォルダなどにある func.exe)
PowerShellなら Set-Aliasでfunc-inprocとか登録すると楽かも。
Azure Updates (2025-10-02)
10月~。リタイア報告多め。割と大きいのも。
Azure Updates (2025-09-25)
連休終わっちゃったね。
Azure OpenAI Service の Sora で image to video したい
Azure OpenAI Service には動画生成モデルである Sora が提供されています。
テキストで指示すると動画を生成してくれます。APIの作り的には動画生成の指示やオプションをジョブ(Job)という形で作成してあげるとAzure側で動画生成が行われます。利用者はジョブを定期的にチェックして生成が完了したらジョブ内にGenerationsという成果物の情報が含まれるようになります。この成果物のIDを使って動画の情報やサムネイル、動画ファイル本体を取得することができます。
続きを読むAzure Updates (2025-09-18)
そろそろIgniteに向けての動画が上がりだしましたね。
Azure Updates (2025-09-11)
Visual Studio 2026や .NET 10 RC1, Microsoft AI Tour Osakaだったり。
海底ケーブルが切れたらしい
あまり見ないタイプの障害。紅海の海底ケーブルが切れたので中東経由のトラフィックの遅延が増える可能性があるそうです。Microsoft的には代替パスにリダイレクトしてるから中断などの影響はないけども、という感じ。
Increased network latency on traffic routes through the Middle East
Starting at 05:45 UTC on 06 September 2025, network traffic traversing through the Middle East may experience increased latency due to undersea fiber cuts in the Red Sea. Network traffic is not interrupted as Microsoft has rerouted traffic through alternate network paths. We do expect higher latency on some traffic that previously traversed through the Middle East. Network traffic that does not traverse through the Middle East is not impacted.We’ll continue to provide daily updates, or sooner if conditions change.
This message was last updated at 22:33 UTC on 06 September 2025
Azure Updates (2025-09-04)
9月です。