回答編集履歴
1
回答の根拠となる情報を追加
answer
CHANGED
@@ -1,3 +1,15 @@
|
|
1
1
|
AzureはAzureのサービスインフラストラクチャー自体がHyper-Vを使用して構築されているためHyper-Vで構築されたVM上にHyper-Vは構築できません。
|
2
2
|
|
3
|
-
[参考リンク](http://cloudsteady.jp/faq/1581.html/)
|
3
|
+
[参考リンク](http://cloudsteady.jp/faq/1581.html/)
|
4
|
+
|
5
|
+
---
|
6
|
+
2017/04/13追記
|
7
|
+
|
8
|
+
2017/3/22更新の[MS公式ドキュメント](https://support.microsoft.com/en-us/help/2721672/microsoft-server-software-support-for-microsoft-azure-virtual-machines)によりますと
|
9
|
+
> The following roles are not supported on Microsoft Azure virtual machines:
|
10
|
+
- Dynamic Host Configuration Protocol Server
|
11
|
+
- Hyper-V
|
12
|
+
- Rights Management Services
|
13
|
+
- Windows Deployment Services
|
14
|
+
|
15
|
+
とありますので、AzureのVM上でのHyper-V構築はサポートされていません。
|