Add Student Registration demo video and registraion steps.

Update GraderArchitecture.png with Azure Table.
This commit is contained in:
cyrus wong 2021-09-27 11:30:21 +08:00
Родитель 2b29cd145b
Коммит e2c76cb79b
4 изменённых файлов: 25 добавлений и 14 удалений

Просмотреть файл

@ -0,0 +1,9 @@
{
"dependencies": {
"storageAzureWebJobs": {
"resourceId": "/subscriptions/[parameters('subscriptionId')]/resourceGroups/[parameters('resourceGroupName')]/providers/Microsoft.Storage/storageAccounts/it114115deployment",
"type": "storage.azure",
"connectionId": "AzureWebJobsStorage"
}
}
}

Просмотреть файл

@ -1,9 +1,5 @@
{
"dependencies": {
"storageAzureWebJobs": {
"type": "storage",
"connectionId": "AzureWebJobsStorage"
},
"storageTestResult": {
"type": "storage",
"connectionId": "storageTestResult"
@ -17,6 +13,10 @@
"connectionId": "",
"suggestion": "true",
"ignored": "true"
},
"storageAzureWebJobs": {
"type": "storage",
"connectionId": "AzureWebJobsStorage"
}
}
}

Просмотреть файл

@ -58,16 +58,18 @@ To prevent typo for assignment name and and email address, use mail merge to sen
https://somethingunique.azurewebsites.net/api/StudentRegistrationFunction?project=it114115&email=cywong@vtc.edu.hk
## Student Tasks
1. Open the link from email.
2. Open Azure Cloud Shell and run
az ad sp create-for-rbac -n "foraazuregrader" --sdk-auth
3. Copy down the result json and submit the form.
## Student Registration Steps
[![IMAGE ALT TEXT](http://img.youtube.com/vi/t7PEhPoilLY/0.jpg)](https://youtu.be/t7PEhPoilLY "How to register your student subscription into Azure Automatic Grading Engine")
1. Login into your Azure Portal.
2. Check your Subscription ID.
3. Open Cloud Shell.
4. Change your subscription
<code>az account set --subscription <your-subscriptions-id></code>
5. Check the current subscriptions.
<code>az account show</code>
6. Create SDK Auth
<code>az ad sp create-for-rbac -n "gradingengine" --sdk-auth</code>
7. Submit online registration form.
Remark: Subscription ID must be unique for each assignment.

Двоичные данные
images/GraderArchitecture.png

Двоичный файл не отображается.

До

Ширина:  |  Высота:  |  Размер: 47 KiB

После

Ширина:  |  Высота:  |  Размер: 279 KiB