You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When deploying llama_2_7b_chat azapi_resource.marketplace_subscription failed with error. Seems like llama family of models need different resources or different configuration compared to Mistral.
Error: creating/updating "Resource: (ResourceId \"/subscriptions/26aa2895-65ba-4230-a640-2ac43f25ffda/resourceGroups/rg-llama/providers/Microsoft.MachineLearningServices/workspaces/aiproject-llama-eastus2/marketplaceSubscriptions/llama-Llama-2-7b-chat\" / Api Version \"2024-01-01-preview\")": PUT https://management.azure.com/subscriptions/26aa2895-65ba-4230-a640-2ac43f25ffda/resourceGroups/rg-llama/providers/Microsoft.MachineLearningServices/workspaces/aiproject-llama-eastus2/marketplaceSubscriptions/llama-Llama-2-7b-chat
│ --------------------------------------------------------------------------------
│ RESPONSE 400: 400 Bad Request
│ ERROR CODE: UserError
│ --------------------------------------------------------------------------------
│ {
│ "error": {
│ "code": "UserError",
│ "message": "Marketplace Subscription purchase eligibility check failed, error message [The purchasing store is not eligible for purchase of this offer due to Second Party store restrictions. Please verify the offer has the tag \"hideFromSaasBlade\" set to true.].",
│ "details": [],
│ "additionalInfo": [
│ {
│ "type": "ComponentName",
│ "info": {
│ "value": "managementfrontend"
│ }
│ },
│ {
│ "type": "Correlation",
│ "info": {
│ "value": {
│ "operation": "4e0ee1e87fddc66ae1ddeeb921d2dc42",
│ "request": "dfde854dcb23028a"
│ }
│ }
│ },
│ {
│ "type": "Environment",
│ "info": {
│ "value": "eastus2"
│ }
│ },
│ {
│ "type": "Location",
│ "info": {
│ "value": "eastus2"
│ }
│ },
│ {
│ "type": "Time",
│ "info": {
│ "value": "2024-03-09T20:16:56.0163154+00:00"
│ }
│ },
│ {
│ "type": "InnerError",
│ "info": {
│ "value": {
│ "code": "BadArgument",
│ "innerError": {
│ "code": "ArgumentInvalid",
│ "innerError": {
│ "code": "MarketplaceSubscriptionpurchaseEligibilityCheckFailed",
│ "innerError": null
│ }
│ }
│ }
│ }
│ }
│ ]
│ }
│ }
The text was updated successfully, but these errors were encountered:
When deploying
llama_2_7b_chat
azapi_resource.marketplace_subscription failed with error. Seems like llama family of models need different resources or different configuration compared to Mistral.The text was updated successfully, but these errors were encountered: