2
3

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

AzureのパブリックIP範囲

2
Last updated at Posted at 2017-12-10

公式サイト

スクリーンショット_2017-12-10_09-42-58.png

パブリックIP割当範囲が書かれた xml をダウンロード

スクリーンショット_2017-12-10_09-43-48.png

ダウンロードしたPublicIPs_20171205.xml を開くと一覧が確認できる。
※ 割当範囲が追加される可能性はある。

スクリーンショット_2017-12-10_09-44-31.png

パブリックIPの変更タイミング

Azure App Serviceを利用してWebアプリやモバイルアプリを作成すると、「***.azurewebsites.net(***は任意)」というFQDN(Fully Qualified Domain Name=完全修飾ドメイン名)とそれに紐づくパブリックIPアドレスが自動的に割り当てられます。これによりユーザーは、FQDNを使ってインターネット経由でアプリにアクセスすることが可能になるわけです。割り当てられているパブリックIPアドレスはAzureポータルから確認できるようになっており、azurewebsites.netの代わりに独自ドメイン(カスタムドメイン)の使用もサポートしています。

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

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?