Add files via upload

This commit is contained in:
staleycyn 2024-01-13 16:55:45 -08:00 committed by GitHub
parent 377dcbb59f
commit de4b6034e6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -0,0 +1,12 @@
{
"$schema": "https://schema.management.azure.com/schemas/2015-01-01/deploymentParameters.json#",
"contentVersion": "1.0.0.0",
"parameters": {
"vmSize": {
"value": "Standard_D2s_v3"
},
"adminUsername": {
"value": "Student"
}
}
}