or
or
By clicking below, you agree to our terms of service.
New to HackMD? Sign up
Syntax | Example | Reference | |
---|---|---|---|
# Header | Header | 基本排版 | |
- Unordered List |
|
||
1. Ordered List |
|
||
- [ ] Todo List |
|
||
> Blockquote | Blockquote |
||
**Bold font** | Bold font | ||
*Italics font* | Italics font | ||
~~Strikethrough~~ | |||
19^th^ | 19th | ||
H~2~O | H2O | ||
++Inserted text++ | Inserted text | ||
==Marked text== | Marked text | ||
[link text](https:// "title") | Link | ||
 | Image | ||
`Code` | Code |
在筆記中貼入程式碼 | |
```javascript var i = 0; ``` |
|
||
:smile: | ![]() |
Emoji list | |
{%youtube youtube_id %} | Externals | ||
$L^aT_eX$ | LaTeX | ||
:::info This is a alert area. ::: |
This is a alert area. |
On a scale of 0-10, how likely is it that you would recommend HackMD to your friends, family or business associates?
Please give us some advice and help us improve HackMD.
Syncing
xxxxxxxxxx
[Azure] Azure Bastion(パブリックプレビュー版)の検証
概要
サービス名
Azure Bationサービス
機能
構成概要図
出典:What is Azure Bastion? (Preview)
料金
特徴
パブリックIP不要で直接RDP/SSH接続が可能
→ Azure Bastion経由でAzure VMに接続する場合は、Azure VMにパブリックIPを付与する必要がない
セキュリティリスクの軽減
→ 外部にRDP/SSHのポートを公開しないので、ポートスキャンから保護され、セキュリティリスクの軽減に繋がる
踏み台サーバー不要(要件により)
→ サービス用VMに接続するため踏み台用VMを別途準備する構成にしていたが、要件によっては今後不要になる?
所感
良い点
課題
→ ファイルの受渡しが出来ないので、方法について考える必要がある
→ 5分~15分ぐらい
→ コスト分析を確認すると、Azure Bationホストを作成した時点から課金が発生している様子
※AzureVMに接続している時間だけ課金されている訳ではなさそう
→ リモートデスクトップ側で制御されている
備考・注意点
Azure Bastionの作成
必要となるリソース
サービス作成の手順
→ Create an Azure Bastion host (Preview)
サービス作成のポイント
利用時の画像
接続する際の画像

RDP接続した際の画像
