Error when trying to deploy SAP HANA developer edition on Azure - azure

I am trying to make an instance of SAP HANA, developer edition 1.0 Rev 80 in SAP CAL.
When the instance is processing i receive the following error:
Operation Start failed on step CreateDeploymentAction with message:
BadRequest:The subscription policy limit for resource type 'cores
count' was exceeded. The limit for resource type 'cores count' is 2
per subscription, the current count is 0, and the requested increment
is 8.
Now I am following this guide: http://azure.microsoft.com/blog/2014/07/22/step-by-step-guide-for-deployment-of-sap-hana-developer-edition-on-microsoft-azure/
and it is at figure 19 where it happens.
I already tried contacting SAP Support but they couldn't help me any further so I hope someone here can.
Thanks in advance.

SAP Hana requires 8 cores, 56 GB memory for it to create an instance on Azure, the error message that you have indicates that your azure acccount does not have the specific number of cores to create the instance.
You can go through this document http://scn.sap.com/docs/DOC-28294 for a thorough explanation on creating your sap hana instance on azure i.e after you free up the cores.

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.

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.

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.

Azure Machine Learning : unable to create compute instance with 12 month trial license [duplicate]

I'm using a free trial account on MS Azure and I'm following this tutorial.
https://learn.microsoft.com/en-us/azure/machine-learning/tutorial-designer-automobile-price-train-score
I'm stuck when I try to "submit the pipeline".
The reason seems to be that I can't create a compute instance or a training cluster on a free plan.
I still have 200USDs of free credits. I guess there must be a solution?
Error messages:
Invalid graph: The pipeline compute target is invalid.
400: Compute Test3 in state Failed, which is not able to use
Compute instance: creation failed
The specified subscription has a total vCPU quota of 0 and is less than the requested compute training cluster and/or compute instance's min nodes of 1 which maps to 4 vCPUs
Please check the announcement from MS Team regarding this:
https://azure.microsoft.com/blog/our-commitment-to-customers-and-microsoft-cloud-services-continuity/
All the free trials will not work as of now

Azure ML free trial: how to submit pipeline?

I'm using a free trial account on MS Azure and I'm following this tutorial.
https://learn.microsoft.com/en-us/azure/machine-learning/tutorial-designer-automobile-price-train-score
I'm stuck when I try to "submit the pipeline".
The reason seems to be that I can't create a compute instance or a training cluster on a free plan.
I still have 200USDs of free credits. I guess there must be a solution?
Error messages:
Invalid graph: The pipeline compute target is invalid.
400: Compute Test3 in state Failed, which is not able to use
Compute instance: creation failed
The specified subscription has a total vCPU quota of 0 and is less than the requested compute training cluster and/or compute instance's min nodes of 1 which maps to 4 vCPUs
Please check the announcement from MS Team regarding this:
https://azure.microsoft.com/blog/our-commitment-to-customers-and-microsoft-cloud-services-continuity/
All the free trials will not work as of now

Resources