2021-07-15
こんなページが追加されてた。
Environment variables and app settings in Azure App Service
===== 抜粋 ここから =====
Azure App Serviceでは、特定の設定を環境変数としてデプロイ環境またはランタイム環境で使用できます。 これらの設定の一部は、アプリ設定として手動で設定するときにカスタマイズできます。 このリファレンスは、使用またはカスタマイズできる変数を示しています。
===== 抜粋 ここまで =====
2021-07-16
AppServiceのWebジョブのことをまとめて記事にしました。見てみてください。
2021-07-21
SendGridというメール配信サービスを利用したアプリケーションを開発したい。という要件をたまに見かけます。
AzureFunctionsでSendGridを構築する際の、実装サンプル(公式ドキュメント)はこちらです。
2021-07-22
Azureの「プロダクト」「プロダクト内の機能」について、プレビュー期間というものがあります。
プレビューの次段階は、GA(正式公開)ですよね。
以下のページに追記して、プレビューについて詳細に書いたので、読んでみてください。
2021-10-01
AppServiceで使うJavaのヒープメモリ(heap memory)を増やす方法
2021-12-15
AppService自体の再起動の方法
コマンド
REST API
2021-12-16
今日はAzureActiveDirectoryで障害が発生してました。
Azure側で障害が発生している場合、こちらのページで状況を確認できます。
また、今日のAzureActiveDirectoryの障害については以下ページのように発表されてました。
===== 抜粋 ここから =====
12/16
Azure Active Directory - Experiencing sign in issues when attempting to access Azure Services. (Tracking ID S_3M-FZZ)
Summary of impact: Between 00:11 UTC and 02:25 UTC on 16 Dec 2021, customers may have experienced issues signing into Azure services.
Preliminary root Cause: A shared component of the Microsoft account (MSA) and Azure AD sign-in services stopped responding when a combination of a configuration error and a routine update caused multiple redundant endpoints to become unreachable. This caused sign-in failures in Microsoft services for both Microsoft personal accounts and Azure AD accounts.
Mitigation: We performed a failover for our authentication services to redundant, healthy infrastructure.
Next steps: We're analyzing performance data and trends on the affected systems to ensure that mitigation remains in full effect. A Post Incident Report will be published within the next 48-72 hours.
===== 抜粋 ここまで =====
2023-02-13
Firewallは、Vnet単位で制御する(有料サービス)
FQDN(ドメイン)に対して制御する
複数の仮想ネットワークに制御できる
NSGは、VM・サブネット単位に制御する(無料サービス)
FrontDoorは、グローバルサービス・グローバルIP・世界で共通・災害復旧対策
CDN(コンテントデリバリーネットワーク)は、キャッシュ・オリジンサーバーの負荷を下げる
2024-04-13
AppService/Functions などでメンテナンスの影響を軽減する方法をまとめているAzureサポートエンジニアのブログ
azure.github.io
以上です。