Last active
December 15, 2022 13:41
-
-
Save philschmid/a6cf24789445b47fb1f820f1cf69ba89 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#", | |
"contentVersion": "1.0.0.0", | |
"metadata": { | |
"_generator": { | |
"name": "bicep", | |
"version": "0.12.40.16777", | |
"templateHash": "4423847801202994493" | |
} | |
}, | |
"parameters": { | |
"hfModelId": { | |
"type": "string", | |
"defaultValue": "distilbert-base-uncased-finetuned-sst-2-english", | |
"metadata": { | |
"description": "Hugging Face reposiotry" | |
} | |
}, | |
"azureMLWorkspace": { | |
"type": "string", | |
"defaultValue": "ds-team-eu-ws", | |
"allowedValues": [ | |
"ds-team-eu-ws", | |
"Premium_ZRS", | |
"Standard_GRS", | |
"Standard_GZRS", | |
"Standard_LRS", | |
"Standard_RAGRS", | |
"Standard_RAGZRS", | |
"Standard_ZRS" | |
], | |
"metadata": { | |
"description": "Azure ML Workspace" | |
} | |
}, | |
"instanceType": { | |
"type": "string", | |
"defaultValue": "Standard_F2s_v2", | |
"allowedValues": [ | |
"Standard_F2s_v2", | |
"Premium_ZRS", | |
"Standard_GRS", | |
"Standard_GZRS", | |
"Standard_LRS", | |
"Standard_RAGRS", | |
"Standard_RAGZRS", | |
"Standard_ZRS" | |
], | |
"metadata": { | |
"description": "Instance Type" | |
} | |
}, | |
"location": { | |
"type": "string", | |
"defaultValue": "[resourceGroup().location]", | |
"metadata": { | |
"description": "Location for the storage account." | |
} | |
} | |
}, | |
"resources": [ | |
], | |
"outputs": { | |
} | |
} | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment