# Hands-on # : Change me!
###### tags: `Workshop` `Azure DevOps` `Azure Pipeline` `Azure Kubernetes Service` `Container Registry`
> This note is yours, feel free to play around. :video_game:
> Type on the left :arrow_left: and see the rendered result on the right. :arrow_right::memo::tada:
[ToC]
## Update
- content
### Sub-Section
## 1/ XXXX
- 介紹組織/專案概念
- Organization Setting
- User:添加人員至組織中
- Billing + Azure DevOps Pricing:[Azure DevOps 的定價](https://azure.microsoft.com/zh-tw/pricing/details/devops/azure-devops-services/)
- Auditing:輸出 log 資料
- Global Notification:設定全域的通知訊息
- Azure Active Directory:連結到現有的 AAD
- Create Project
- Work Item Process
- [Agile](https://docs.microsoft.com/en-us/azure/devops/boards/work-items/guidance/agile-process?view=azure-devops)([User Story Field](https://docs.microsoft.com/en-us/azure/devops/boards/work-items/guidance/agile-process-workflow?view=azure-devops))
- [Scrum](https://docs.microsoft.com/en-us/azure/devops/boards/work-items/guidance/scrum-process?view=azure-devops)([PBI Field](https://docs.microsoft.com/en-us/azure/devops/boards/work-items/guidance/scrum-process-workflow?view=azure-devops ))
- 選擇 Scrum
## 2/ XXX
- 將 Sample Code 上傳至 Azure Repo
- 分別建立兩個 repository

- mslearn-aks-workshop-ratings-api
- mslearn-aks-workshop-ratings-web
- 分別將兩份程式碼透過 git command 上傳
- api 程式碼
1. `cd ~/akslab/mslearn-aks-workshop-ratings-api/`
2.
```
git add
git commit -m "add yaml"
git remote add devops https://<organization_name>@dev.azure.com/<organization_name>/<project_name>/_git/mslearn-aks-workshop-ratings-api
git push devops master
```
## Reference
- [Azur Container Instance Admin Account](https://docs.microsoft.com/zh-tw/azure/container-registry/container-registry-authentication#admin-account)
## (Delete)Resource
- ==hightlight==
- Super^script^
- Sub~script~
:::info
:bulb: **Hint:** You can also apply styling from the toolbar at the top :arrow_upper_left: of the editing area.

:::
> Drag-n-drop image from your file system to the editor to paste it!
- Code block with color and line numbers:
```javascript=16
var s = "JavaScript syntax highlighting";
alert(s);
```
- UML diagrams
```sequence
Alice->Bob: Hello Bob, how are you?
Note right of Bob: Bob thinks
Bob-->Alice: I am good thanks!
Note left of Alice: Alice responds
Alice->Bob: Where have you been?
```
> Leave in-line comments! [color=#3b75c6]
- And MORE ➜ [HackMD Tutorials](https://hackmd.io/c/tutorials)