You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
IoT-For-Beginners/translations/mo/clean-up.md

55 lines
2.2 KiB

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

<!--
CO_OP_TRANSLATOR_METADATA:
{
"original_hash": "5a94fbab1ba737e9bd6cc6c64f114fa0",
"translation_date": "2025-08-26T21:24:21+00:00",
"source_file": "clean-up.md",
"language_code": "mo"
}
-->
# 清理您的專案
完成每個專案後,最好刪除您的雲端資源。
在每個專案的課程中,您可能已建立以下資源:
* 資源群組
* IoT Hub
* IoT 裝置註冊
* 儲存帳戶
* Functions App
* Azure Maps 帳戶
* 自訂視覺專案
* Azure 容器登錄
* 認知服務資源
大多數這些資源不會產生費用——它們要麼完全免費,要麼您使用的是免費層級。對於需要付費層級的服務,您可能使用的是包含在免費配額內的層級,或者僅需支付幾分錢。
即使成本相對較低,完成後刪除這些資源仍然是值得的。例如,您只能擁有一個使用免費層級的 IoT Hub因此如果您想建立另一個則需要使用付費層級。
所有服務都建立在資源群組內,這使得管理更加方便。您可以刪除資源群組,該資源群組中的所有服務也會一併刪除。
要刪除資源群組,請在終端或命令提示字元中執行以下指令:
```sh
az group delete --name <resource-group-name>
```
`<resource-group-name>` 替換為您感興趣的資源群組名稱。
系統會出現確認提示:
```output
Are you sure you want to perform this operation? (y/n):
```
輸入 `y` 以確認並刪除資源群組。
刪除所有服務需要一些時間。
> 💁 您可以在 [Microsoft Docs 上的 Azure 資源管理器資源群組和資源刪除文件](https://docs.microsoft.com/azure/azure-resource-manager/management/delete-resource-group?WT.mc_id=academic-17441-jabenn&tabs=azure-cli) 中閱讀更多相關資訊。
---
**免責聲明**
本文件已使用 AI 翻譯服務 [Co-op Translator](https://github.com/Azure/co-op-translator) 進行翻譯。儘管我們努力確保翻譯的準確性,但請注意,自動翻譯可能包含錯誤或不準確之處。原始文件的母語版本應被視為權威來源。對於關鍵資訊,建議使用專業人工翻譯。我們對因使用此翻譯而引起的任何誤解或誤釋不承擔責任。