Skip to main content

sap_sizing_recommendations

Creates, updates, deletes, gets or lists a sap_sizing_recommendations resource.

Overview

Namesap_sizing_recommendations
TypeResource
Idazure_isv.workloads.sap_sizing_recommendations

Fields

The following fields are returned by SELECT queries:

SELECT not supported for this resource, use SHOW METHODS to view available operations for the resource.

Methods

The following methods are available for this resource:

NameAccessible byRequired ParamsOptional ParamsDescription
sap_sizing_recommendationsexeclocation, subscription_id, appLocation, environment, sapProduct, deploymentType, saps, dbMemory, databaseTypeGet SAP sizing recommendations by providing input SAPS for application tier and memory required for database tier.

Parameters

Parameters can be passed in the WHERE clause of a query. Check the Methods section to see which parameters are required or optional for each operation.

NameDatatypeDescription
locationstringThe name of Azure region. Required.
subscription_idstring

Lifecycle Methods

Get SAP sizing recommendations by providing input SAPS for application tier and memory required for database tier.

EXEC azure_isv.workloads.sap_sizing_recommendations.sap_sizing_recommendations 
@location='{{ location }}' --required,
@subscription_id='{{ subscription_id }}' --required
@@json=
'{
"appLocation": "{{ appLocation }}",
"environment": "{{ environment }}",
"sapProduct": "{{ sapProduct }}",
"deploymentType": "{{ deploymentType }}",
"saps": {{ saps }},
"dbMemory": {{ dbMemory }},
"databaseType": "{{ databaseType }}",
"dbScaleMethod": "{{ dbScaleMethod }}",
"highAvailabilityType": "{{ highAvailabilityType }}"
}'
;