This commit is contained in:
Lee Stott 2021-06-16 11:57:12 +01:00 коммит произвёл GitHub
Родитель c69a0908d2
Коммит 67d8c62614
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 8 добавлений и 0 удалений

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

@ -8,6 +8,14 @@ If your **deployment fails and the resource group has been created**; an IT admi
If your deployment has an error look [here](https://docs.microsoft.com/azure/azure-resource-manager/templates/common-deployment-errors?WT.mc_id=learnlti-github-cxa) for common errors.
## Failed deployment or removing the services
To remove the services simply run the [cleanup.bat](https://github.com/microsoft/Learn-LTI/blob/main/deployment/cleanup.bat) script located in the Deployment folder. This will run the [Cleanup.ps1](https://github.com/microsoft/Learn-LTI/blob/main/deployment/Cleanup.ps1) script which will remove all the deployed resources for the Learn LTI Application from your Azure Subscription.
To Manually remove resources simply remove the Microsoft Learn LTI resource groups
- ResourceGroupName = "MSLearnLTI"
- AppName = "MS-Learn-Lti-Tool-App"
## Check the Failed Deployment status and output
From the Azure Portal, simply select deployments. See the following screenshot.