azufyi

あずふぁい

A collection of tools for Azure information

Azure関連情報ツール集

Azure Retirement Calendar

Track scheduled retirements for Azure services and features. Stay informed about deprecations and plan your migrations accordingly.

Azureサービスと機能の廃止予定を追跡します。非推奨の情報を把握し、移行計画を立てることができます。

Azure Docs Update History

View daily reports of changes and updates to Azure documentation. Monitor what's being updated in Azure's official documentation.

Azureドキュメントの変更と更新の日次レポートを確認できます。公式ドキュメントの更新内容を監視します。

Azure VM Location Checker

Check which Azure VM sizes are available in which regions. Find the right VM size for your deployment location.

どのサイズの仮想マシンがどのリージョンに配置されているかを確認できます。デプロイ場所に適したVMサイズを見つけることができます。

Weekly Azure

A weekly collection of newly published Azure web pages, including support blogs, engineering team updates, and community insights.

1週間に公開されたAzure関連のWebページをまとめたリンク集です。サポートブログ、開発チームのブログ、コミュニティの情報を掲載しています。

IP Lookup

Identify which Microsoft services are using a specific IP address. Returns service tags, regions, and BGP community information.

特定のIPアドレスがどのMicrosoft サービスで利用されているかを特定できます。サービスタグ、リージョン、BGPコミュニティ情報を取得できます。

$ curl https://ip.azu.fyi/40.64.146.38 | jq .
{
  "ip": "40.64.146.38",
  "isMatch": true,
  "details": [
    {
      "category": "ServiceTag",
      "name": "AzureCloud",
      "prefix": "40.64.146.32/28"
    },
    {
      "category": "ServiceTag",
      "name": "AzureCloud.japaneast",
      "prefix": "40.64.146.32/28"
    },
    {
      "category": "ServiceTag",
      "name": "WindowsVirtualDesktop",
      "prefix": "40.64.144.0/20"
    },
    {
      "category": "BgpCommunity",
      "name": "AzureJapanEast - Azure Japan East",
      "prefix": "40.64.146.32/28",
      "communityValue": "12076:51012"
    }
  ]
}
$ curl https://ip.azu.fyi/40.64.146.38 | jq .
{
  "ip": "40.64.146.38",
  "isMatch": true,
  "details": [
    {
      "category": "ServiceTag",
      "name": "AzureCloud",
      "prefix": "40.64.146.32/28"
    },
    {
      "category": "ServiceTag",
      "name": "AzureCloud.japaneast",
      "prefix": "40.64.146.32/28"
    },
    {
      "category": "ServiceTag",
      "name": "WindowsVirtualDesktop",
      "prefix": "40.64.144.0/20"
    },
    {
      "category": "BgpCommunity",
      "name": "AzureJapanEast - Azure Japan East",
      "prefix": "40.64.146.32/28",
      "communityValue": "12076:51012"
    }
  ]
}