Azure入門
参考
Microsoft Azure実践ガイド
Azure で冗長構成の LAMP サーバーを構築 (前編)
1 resource group
新規生成
表示
タグ
タグを使用すると、複数のリソース グループから関連リソースを取得できます。 この方法は、課金または管理の目的でリソースを整理する必要がある場合に役立ちます。
Azure DDoS Basic Protection は既定で Azure プラットフォームに統合され、無償で利用できます。Azure DDoS Standard Protection は Premium 有償サービスで、アダプティブ チューニング、攻撃通知、テレメトリなどを使用して、この仮想ネットワーク内の保護対象リソースすべてに対する DDoS 攻撃による影響から保護するための高度な DDoS 軽減機能が提供されます。
エンドポイントを使用することで、重要な Azure サービス リソースへのアクセスを仮想ネットワークのみに限定することができます。
ssh ログイン確認
$ ssh [email protected]
Welcome to Ubuntu 18.04.3 LTS (GNU/Linux 5.0.0-1027-azure x86_64)* Documentation: https://help.ubuntu.com
* Management: https://landscape.canonical.com
* Support: https://ubuntu.com/advantageSystem information as of Sun Jan 19 00:04:20 UTC 2020
System load: 0.49 Processes: 111
Usage of /: 4.0% of 28.90GB Users logged in: 0
Memory usage: 35% IP address for eth0: 10.0.0.4
Swap usage: 0%0 packages can be updated.
0 updates are security updates.The programs included with the Ubuntu system are free software;
the exact distribution terms for each program are described in the
individual files in /usr/share/doc/*/copyright.Ubuntu comes with ABSOLUTELY NO WARRANTY, to the extent permitted by
applicable law.To run a command as administrator (user "root"), use "sudo
".
See "man sudo_root" for details.yinlei@web01-helloworld:~$ uname -a
Linux web01-helloworld 5.0.0-1027-azure #29~18.04.1-Ubuntu SMP Mon Nov 25 21:18:57 UTC 2019 x86_64 x86_64 x86_64 GNU/Linuxyinlei@web01-helloworld:~$ sudo rm /etc/localtime
yinlei@web01-helloworld:~$ sudo ln -s /usr/share/zoneinfo/Japan /etc/localtime
yinlei@web01-helloworld:~$ ls -l /etc/localtime
lrwxrwxrwx 1 root root 25 Jan 19 09:11 /etc/localtime -> /usr/share/zoneinfo/Japan
yinlei@web01-helloworld:~$ timedatectl
Local time: Sun 2020-01-19 09:12:02 JST
Universal time: Sun 2020-01-19 00:12:02 UTC
RTC time: Sun 2020-01-19 00:12:02
Time zone: Japan (JST, +0900)
System clock synchronized: yes
systemd-timesyncd.service active: yes
RTC in local TZ: no
yinlei@web01-helloworld:~$ phpCommand 'php' not found, but can be installed with:
sudo apt install php7.2-cli
sudo apt install hhvm
Last update: