Wrong quota limit for Azure Synapse Workspaces - azure

When I tried to create Azure Synapse Workspace I get below 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":"ReachedPerSubscriptionWorkspaceLimit","message":"Reached the maximum number of Synapse workspaces allowed for this subscription. Please contact Microsoft support to request an exception. Subscription: xxxx. Subscription offer type: PayAsYouGo. Current maximum: 0."}]}
I see that the limit is 20 workspaces, but as in error I don't have any created now. I even created a ticket to increate the quota from 20 to 30, but still have the same error.
Is there something I am missing?

The issue is resolved now from Microsoft.

Related

How to handle Azure Synapse "Try reducing the numbers of vcores requested or increasing your vcore quota"

I ran into this issue below, when trying to run a simple pyspark script in Azure:
%%pyspark
df = spark.read.load('abfss://products#xyzabcstorageaccount.dfs.core.windows.net/userdata1.parquet', format='parquet')
display(df.limit(10))
InvalidHttpRequestToLivy: Your Spark job requested 24 vcores. However, the workspace has a 12 core limit. Try reducing the numbers of vcores requested or increasing your vcore quota. HTTP status code: 400. Trace ID: 3308513f-be78-408b-981b-cd6c81eea8b0.
I am new to Azure and using the free trial now. Do you know how to reduce the numbers of vcores requested?
Thanks a lot
I tried to reproduce the same in my environment and got the below results:
If I create 4 vCores, It's working fine for me.
As per the above error, If you want 24 vCores as your pre-request. Please follow below steps:
First of all, you need to raise a request. To Increase capacity via the azure portal by creating a new support ticket.
Step 1:
Go to Azure Synapse -> Create support ticket -> +Add Issue type as service and subscription limits quotes and +Add Quota type as Azure Synapse
Step2:
Go to additional details -> Select Enter details add azure synapse quota type, resource and request quota.

Not enough cores to deploy resource group error on Azure for Students

I am very new to Azure. I have an Azure for Students subscription and I'm trying to create an Apache Kafka cluster using Azure HDInsight. I selected West Europe as my region. I'm using this resource as a guide: https://lenadroid.github.io/posts/kafka-hdinsight-and-spark-databricks.html
The first step was to create a resource group, which I managed to do. The next step is to deploy is, which consistently fails. The error is there are not enough cores: 26 cores are required, but 0 are available.
{
"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}"}
]
}
}
Looking at Usage + quotas, I'm at 100% usage of Network Watchers (1 out of 1). I tried disabling the Network Watcher to no avail.
My subscription is not eligible for a quota increase.
My questions are:
Does Azure for Students, with its $100 credit, support the services I will need: Resource Group, Virtual Networks, HDInsight?
If yes, do I have to configure/activate my subscription credit somehow?
Could the issue be related to the region? How do I make sure West Europe has enough available cores? Is it reasonable to try different regions?
Can I configure my Kafka resource group to requires less cores?
Are there easier ways to deploy a Kafka cluster, perhaps on other cloud providers?
I would very much appreciate some guidance -- thanks!
Unfortunately, you cannot create the Azure HDInsight cluster with the Student subscription.
Reason: With an Azure Student subscription, you will initially be able to access only Azure services that are available with a free tier of service use.
For more limitations, refer to the below links:
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/

Error Validation failed When Create SQL Database

I am new to Azure and learning it. An error returned when I am trying to create SQL database in Azure.
{
"code": "InvalidDeploymentParameterValue",
"message": "The value of deployment parameter 'digestRegion' is null. Please specify the value or use the parameter reference. See https://aka.ms/resource-manager-parameter-files for details."
}
I am using an Azure free account and I checked the free account limit, it shows that 250 GB of Azure SQL Database standard S0 instance with 10 database transaction units is allowed.
I also tried to change the Sqlserver region to west, central, west2,west3, but the same error occurred.
When I checked the deployment template and search for "Region", the 'digestRegion' parameter is actually empty. I guess it should be the region name. Where should I find the applicable options?
I searched online for the error but had no luck. Thank you for any suggestions.
UPDATE:
I also posted this problem in the MS Azure Community and the problem would be solved by MS at the end of the day.
Thanks, The deployment for the fix is in progress and will be completed in couple of hours from now.

Backup Windows server Azure VM new Azure Recovery Service Vault error code BMSUserErrorContainerObjectNotFound

I have a new vm, Operating system Windows (Windows Server 2016 Datacenter).
When I try to enable backup and select new Recovery Service Vault, I get deployment error:
Deployment to resource group test failed.
Additional details from the underlying API that might be helpful: At least one resource deployment operation failed. Please list deployment operations for details. Please see https://aka.ms/DeployOperations for usage details.
Resource
vault242/Azure/iaasvmcontainer;iaasvmcontainerv2;test;web01/vm;iaasvmcontainerv2;test;web01
Type
Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems
Status
Conflict
Status message
{
"status": "Failed",
"error": {
"code": "BMSUserErrorContainerObjectNotFound",
"message": "Item not found"
}
}
Can't find any information for code BMSUserErrorContainerObjectNotFound and why a protected item not created automatically
My apologies for the delay in the response.
Were you able to resolve the issue?
If not, let's review it.
As I understood, you are enabling the Azure VM Back Up by following the next steps:
There could be multiple reasons why you are getting this failure.
Did you perform these steps manually using the Azure Portal? Template deployment? Scripting? I suspect most likely you are doing the template deployment or any kind of scripting and this one is the syntax issue.
Second thought, it was the transmitted issue due to the load of request on the Azure end. In this case, you need to retry the operation.
Additional question to ask, do you get the failure on one specific machine or all machines? Specific region?
Do you get the same failure when you use the existing vault?
If you still can provide information above, it's going to be helpful to narrow down the root cause.
I ran into this error as well today and I think it is is a Azure portal bug when enabling the Backup from the VM blade.
Instead, you can initiate a Backup from the "Recovery Services vaults" blade and add the VM to it.

Azure Data Explorer error when creating cluster: subscription '' is not registered

While working on this official tutorial Create an Azure Data Explorer cluster and database, I am getting the following error when creating a Cluster. Question: What I may be missing and how the issue can be resolved?
Remarks:
I'm using Visual Studio Enterprise Subscription - MPN
My online search shows similar error here but the context seems different since those error messages are related to The subscription not registered to use namespace. Not sure if there is a relevance to my 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":"SubscriptionNotRegistered","message":"The subscription 'a86d7e9f-210d-48e8-8f5e-528015d1c998' is not registered."}]}
Using the link provided in the error, I got the following:
When I click on the 'write cluster resource' link from the above screen:
The error is because you did not register the Kusto resource provider as described here
However, once you create a new cluster for the first time on a given subscription and it fails because the provider is not registered, Kusto tries to register it for you. So if you try again it should just work, if not please follow the process in the link.

Resources