没有足够的内核在 Azure 上为学生部署资源组错误
Not enough cores to deploy resource group error on Azure for Students
我是 Azure 的新手。我有 Azure for Students 订阅,我正在尝试使用 Azure HDInsight 创建 Apache Kafka 集群。我选择西欧作为我的地区。我正在使用此资源作为指南:https://lenadroid.github.io/posts/kafka-hdinsight-and-spark-databricks.html
第一步是创建一个资源组,我设法做到了。下一步是部署 is,它一直失败。错误是没有足够的核心:需要 26 个核心,但 0 个可用。
{
"status":"Failed",
"error":
{
"code":"DeploymentFailed",
"message":"At least one resource deployment operation failed. Please list deployment operations for details. Please see https://aka.ms/DeployOperations for usage details.",
"details":[
{
"code":"BadRequest",
"message":"{\r\n \"code\": \"BadRequest\",\r\n \"message\": \"User SubscriptionId '29bb2797-a6e9-4412-90da-52863c7579ad' does not have cores left to create resource 'kafka-kafkaclustertest1'. Required: 26, Available: 0.\"\r\n}"}
]
}
}
查看使用情况 + 配额,我的 Network Watchers 使用率为 100%(1 个中有 1 个)。我尝试禁用网络观察器无济于事。
我的订阅不符合增加配额的条件。
我的问题是:
- 面向学生的 Azure 及其 100 美元信用额度是否支持我需要的服务:资源组、虚拟网络、HDInsight?
- 如果是,我是否必须以某种方式 configure/activate 我的订阅积分?
- 会不会是地区的问题?如何确保西欧有足够的可用核心?尝试不同地区是否合理?
- 我可以将我的 Kafka 资源组配置为需要更少的内核吗?
- 是否有更简单的方法来部署 Kafka 集群,也许是在其他云提供商上?
非常感谢一些指导 -- 谢谢!
Unfortunately, you cannot create the Azure HDInsight cluster with the Student subscription.
原因:通过 Azure 学生订阅,您最初只能访问免费服务层提供的 Azure 服务。
更多限制,请参考以下链接:
https://azure.microsoft.com/en-us/offers/ms-azr-0144p/
https://azure.microsoft.com/en-us/free/students/
You may want to look at a pay-as-you-go
subscription as this should allow you to deploy a HDInsight cluster, however, may not allow you to utilize the benefits of a student subscription.
https://azure.microsoft.com/en-us/offers/ms-azr-0003p/
https://azure.microsoft.com/en-us/offers/ms-azr-0023p/
https://azure.microsoft.com/en-us/pricing/details/hdinsight/
我是 Azure 的新手。我有 Azure for Students 订阅,我正在尝试使用 Azure HDInsight 创建 Apache Kafka 集群。我选择西欧作为我的地区。我正在使用此资源作为指南:https://lenadroid.github.io/posts/kafka-hdinsight-and-spark-databricks.html
第一步是创建一个资源组,我设法做到了。下一步是部署 is,它一直失败。错误是没有足够的核心:需要 26 个核心,但 0 个可用。
{
"status":"Failed",
"error":
{
"code":"DeploymentFailed",
"message":"At least one resource deployment operation failed. Please list deployment operations for details. Please see https://aka.ms/DeployOperations for usage details.",
"details":[
{
"code":"BadRequest",
"message":"{\r\n \"code\": \"BadRequest\",\r\n \"message\": \"User SubscriptionId '29bb2797-a6e9-4412-90da-52863c7579ad' does not have cores left to create resource 'kafka-kafkaclustertest1'. Required: 26, Available: 0.\"\r\n}"}
]
}
}
查看使用情况 + 配额,我的 Network Watchers 使用率为 100%(1 个中有 1 个)。我尝试禁用网络观察器无济于事。 我的订阅不符合增加配额的条件。
我的问题是:
- 面向学生的 Azure 及其 100 美元信用额度是否支持我需要的服务:资源组、虚拟网络、HDInsight?
- 如果是,我是否必须以某种方式 configure/activate 我的订阅积分?
- 会不会是地区的问题?如何确保西欧有足够的可用核心?尝试不同地区是否合理?
- 我可以将我的 Kafka 资源组配置为需要更少的内核吗?
- 是否有更简单的方法来部署 Kafka 集群,也许是在其他云提供商上?
非常感谢一些指导 -- 谢谢!
Unfortunately, you cannot create the Azure HDInsight cluster with the Student subscription.
原因:通过 Azure 学生订阅,您最初只能访问免费服务层提供的 Azure 服务。
更多限制,请参考以下链接:
https://azure.microsoft.com/en-us/offers/ms-azr-0144p/
https://azure.microsoft.com/en-us/free/students/
You may want to look at a
pay-as-you-go
subscription as this should allow you to deploy a HDInsight cluster, however, may not allow you to utilize the benefits of a student subscription.
https://azure.microsoft.com/en-us/offers/ms-azr-0003p/
https://azure.microsoft.com/en-us/offers/ms-azr-0023p/
https://azure.microsoft.com/en-us/pricing/details/hdinsight/