Skip to content

Commit

Permalink
เพิ่ม Azure, Web Guideline, Intro to Cloud
Browse files Browse the repository at this point in the history
  • Loading branch information
ponggun committed Jul 2, 2024
1 parent fa47877 commit 29f0d32
Show file tree
Hide file tree
Showing 124 changed files with 1,769 additions and 2 deletions.
36 changes: 34 additions & 2 deletions .vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ export default defineConfig({
'/paths/aspnet-core': { base: '/paths/aspnet-core/', items: sidebarASPNetCore()},
'/paths/devops': { base: '/paths/devops/', items: sidebarDevOps()},
'/paths/java': { base: '/paths/java/', items: sidebarJava()},
'/paths/azure': { base: '/paths/azure/', items: sidebarAzure()},
},
socialLinks: [
{ icon: 'github', link: 'https://github.com/ThaiProgrammer/tpa-path' }
Expand Down Expand Up @@ -88,7 +89,7 @@ function sidebarDevOps(): DefaultTheme.SidebarItem[] {
items: [
{
text: 'Language',
collapsed: false,
collapsed: true,
base: '/paths/devops/100-language/',
items: [
{ text: 'python', link: '100-python' },
Expand All @@ -109,7 +110,7 @@ function sidebarJava(): DefaultTheme.SidebarItem[] {
items: [
{
text: 'Java fundamentals',
collapsed: false,
collapsed: true,
base: '/paths/java/100-java-fundamentals/',
items: [
{ text: 'Basic Syntax', link: '100-basic-syntax' },
Expand All @@ -128,3 +129,34 @@ function sidebarJava(): DefaultTheme.SidebarItem[] {
}
]
}
function sidebarAzure(): DefaultTheme.SidebarItem[] {
return [
{
text: 'Azure',
items: [
{
text: 'Fundamentals',
collapsed: true,
base: '/paths/azure/fundamental/',
items: [
{ text: 'Introduction', link: '000-index' },
{ text: 'Cloud Concepts', link: '001-cloud-concepts' },
{ text: 'Azure Account, Support Options, Architecture, Service Guarantees, Manage Services Tools', link: '002-architecture-service-guarantees' },
{ text: 'Core Cloud Services (Compute Options, Data Storage Options, Networking Options)', link: '003-core-cloud-services' },
{ text: 'Security, Responsibility and Trust in Azure', link: '004-security-responsibility-trust' },
{ text: 'Standards Infrastructure, Resources Organization', link: '005-standards-infrastructure' },
{ text: 'Predict Costs and Optimize Spending', link: '006-predict-optimize-costs' }
]
},
{
text: 'Certifications Path',
collapsed: true,
base: '/paths/azure/certification/',
items: [
{ text: 'Certifications Path', link: '000-index' }
]
},
]
}
]
}
9 changes: 9 additions & 0 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ hero:
}

features:
- title: Web Development Guideline
details: รวบรวมเนื้อหาที่คิดว่าเป็นประโยชน์ให้เห็นภาพกว้างในการเข้ามาทำงานในสาย Web Developers
link: /paths/web-guideline
- title: ASP.Net Core
details: ขั้นตอนแนะนำในการเตรียมความพร้อมเพื่อพัฒนา Website ด้วย ASP.NET Core ในปี 2024
link: /paths/aspnet-core
Expand All @@ -26,5 +29,11 @@ features:
- title: Java
details: ขั้นตอนการเตรียมความพร้อมสู่การเป็นนักพัฒนา Java ในปี 2024
link: /paths/java
- title: Cloud Computing
details: ทำความเข้าใจว่า Cloud Computing คืออะไร
link: /paths/intro-to-cloud
- title: Azure
details: รวบรวมเนื้อหาที่เกี่ยวกับการใช้งาน Microsoft Cloud - Azure ในการพัฒนาระบบ
link: /paths/azure
---

74 changes: 74 additions & 0 deletions paths/azure/certification/000-index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,74 @@
---
title: Azure Certifications Path
showMetadata: true
editable: true
---

# Microsoft Azure Certifications Path
ผมอยากขออธิบายแนวทางการสอบวัดระดับ Microsoft Azure Certifications เผื่อเป็นแนวทางสำหรับท่านที่ต้องการต่อยอดใบ Certificate ซึ่งมีด้วยกันอยู่ 4 ระดับครับ

[ดูรายละเอียดเพิ่มเติมได้ที่นี้](https://www.microsoft.com/en-us/learning/browse-all-certifications.aspx)

ระดับที่ 1 : Fundamentals
- Microsoft Certified: Azure Fundamentals (ศึกษาเพิ่มเติม [ที่นี้](../fundamental/000-index))
- Microsoft Certified: Azure AI Fundamentals
- Microsoft Certified: Azure Data Fundamentals

ระดับที่ 2 : Associate
- Microsoft Certified: Azure Database Administrator Associate
- Microsoft Certified: Azure Security Engineer Associate
- Microsoft Certified: Azure Administrator Associate
- Microsoft Certified: Azure AI Engineer Associate
- Microsoft Certified: Azure Data Engineer Associate
- Microsoft Certified: Azure Data Scientist Associate
- Microsoft Certified: Azure Developer Associate

ระดับที่ 3 : Expert
- Microsoft Certified: DevOps Engineer Expert
- Microsoft Certified: Azure Solutions Architect Expert

ระดับที่ 4: Specialty
- Microsoft Certified: Azure IoT Developer Specialty
- Microsoft Certified: Azure for SAP Workloads Specialty

## Certification Path for Developer
ในหัวข้อนี้ผมอยากจะแนะนำ Path สำหรับการเรียนรู้และการสอบวัดผลเพื่อได้รับ Certificate โดยอิงจากตำแหน่ง Software Developer นะครับ

### Exam AZ-900 -> Azure Fundamentals ★

เมื่อเราทำการสอบ AZ-900 ผ่านแล้ว เราจะได้รับ Certificate Azure Fundamentals

![Azure Fundamental Path](images/azure-certificate-path-01.png)

<p style="text-align:center">
ภาพจาก <a href="https://k21academy.com/microsoft-azure/az-400/az-400-azure-devops-certification-path">k21academy</a>
</p>

- ศึกษาข้อมูลการสอบเพิ่มเติมได้ที่ [docs.microsoft.com](https://docs.microsoft.com/en-us/learn/certifications/exams/az-900)


### Exam AZ-204 -> Azure Developer Associate ★★
เมื่อเราทำการสอบ AZ-204 ผ่านแล้ว เราจะได้รับ Certificate Azure Developer Associate

![Azure Developer Associate Path](images/azure-certificate-path-02.png)

<p style="text-align:center">
ภาพจาก <a href="https://k21academy.com/microsoft-azure/az-400/az-400-azure-devops-certification-path">k21academy</a>

</p>

- แนวทางการเตรียมตัวสอบ [AZ-204 รีวิว การเตรียมตัวสอบ](https://www.youtube.com/watch?v=bLhs9gXOank)

- ศึกษาข้อมูลการสอบเพิ่มเติมได้ที่ [docs.microsoft.com](https://docs.microsoft.com/en-us/learn/certifications/exams/az-204)

### Exam AZ-400 -> Azure DevOps Engineer Expert ★★★
เมื่อเราทำการสอบ AZ-400 ผ่านแล้ว เราจะได้รับ Certificate Azure DevOps Engineer Expert

![Azure DevOps Engineer Expert Path](images/azure-certificate-path-03.png)

<p style="text-align:center">
ภาพจาก <a href="https://k21academy.com/microsoft-azure/az-400/az-400-azure-devops-certification-path">k21academy</a>

</p>

- ศึกษาข้อมูลการสอบเพิ่มเติมได้ที่ [docs.microsoft.com](https://docs.microsoft.com/en-us/learn/certifications/exams/az-400)
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
30 changes: 30 additions & 0 deletions paths/azure/fundamental/000-index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
# **Microsoft Azure Fundamental**

Microsoft Azure Fundamental เป็นองค์ความรู้เบื้องต้นในการทำความรู้จักกับ Cloud โดยอ้างอิงจากบริการบน Azure ซึ่งเป็นบริการ Cloud จากทาง Microsoft

เนื้อหานั้นเหมาะสมกับการเริ่มต้นใช้ Cloud ทำให้เราสามารถนำความรู้ที่ได้นี้ไปต่อยอดกับ Cloud Provider เจ้าอื่นๆเช่น AWS หรือ GCP ครับ ไม่ได้จำกัดแค่การใช้งานบน Azure อย่างเดียว

ตัวอย่างเช่น

- เรียนรู้ Public Cloud, Private Cloud และ Hybrid Cloud มีความแตกต่างกันอย่างไร
- เรียนรู้ Cloud Service Model Iaas, PaaS และ SaaS มีความแตกต่างกันอย่างไร
- รวมไปถึงบริการของ Azure นั้นเราสามารถนำแนวทางการใช้ไปเปรียบเทียบกับ Cloud Provider เจ้าอื่นๆได้อีกด้วยครับ

สำหรับประเภทของ Azure Certificate สามารถศึกษาได้ [ที่นี้](https://www.dotnetthailand.com/cloud-hosting/azure/azure-certificate-path)

# **ในเนื้อหานั้นจะประกอบไปด้วย**

- Cloud Concepts
- Azure Services
- Azure Workloads
- Security
- Privacy Pricing
- Support

# **ผู้เรียนควรที่จะมาความรู้เบื้องต้นดังต่อไปนี้**

- Networking
- Storage
- Compute
- Application Support
- Application Development
Loading

0 comments on commit 29f0d32

Please sign in to comment.