Tag Azure

[AZ-204] Develop event-based solutions

azure

Explore Azure Event Grid – Azure Event Grid Azure Event Grid – uses the publish-subscribe model (Not guarantee order for event delivery, so subscribers may receive them out of order.) Event Grid allows you to easily build applications with event-based…

[AZ-204] Develop solutions that use Azure Cosmos DB

azure

Explore Azure Cosmos DB Azure Cosmos DB is designed to provide low latency, elastic scalability of throughput, well-defined semantics for data consistency, and high availability. multi-master replication protocol, every region 1 subscription มีได้มากสุด 50 Azure Cosmos accounts Key benefits of…

สรุป Microsoft Tech Week 2022 For developers, architects, and creators (04-APR-2022)

งานวันนี้เป็นงานที่จัดแบบ Onsite ที่ True Digital Park (Punnawithi BTS station) ห่างจากบ้านพอสมควรเลยต้องมีการเตรียมตัวครับ ออกจากบ้าน 06:30 นั่งรถเมล์ 511 ยิงยาว โดนถึงประมาณ 08:23 ราคา 25 บาทถ้วน ตอนแรกจะงงหน่อย ไป true digital park มาผิดทาง แต่ตอนลงทะเบียนสะดวกมากครับ ยื่น QR Code ของที่ได้จาก Microsoft Registration + ภาพของผลตรวจ ATK ก่อนเข้าไปงานครับ สรุปหัวข้อที่ได้ไปร่วมฟังมี ดังนี้ครับ “Future…

[AZ-204] Implement API Management

azure

Discover the API Management service – Azure API Management Azure API Management เป็น APIs Gateway ที่สามารถเอา API ต่างๆมาผูกได้ และสามารถจัดการ caching, security, protection, คลุม Policy หรือเอาไปหา Insight เพิ่มได้เป็นต้นซึ่งตัว ประกอบไปด้วย 3 ส่วน API gateway Azure portal จัดการ API Gateway Developer portal -…

[AZ-204] Develop solutions that use Blob storage

azure

Explore Azure Blob storage Types of storage accounts Standard ใช้ Azure Storage ได้หมด Premium แยกย่อยตาม Blob / Page / Files Access tiers for block blob data Hot – default ตอนสร้าง / เร็ว แพง Cool – เก็บ data 30 วัน มีอาจจะเข้าถึงน้อย…

[AZ-204] Durable Functions

azure

– Durable Function ? Durable Function คือ การทำให้ Azure Function เป็น Stateful (ปกติแล้ว Azure Function จะเป็น Stateless) Durable Function การออกแบบ Flow ต้องเป็นแบบ deterministic (ไม่ว่าจะ Execute กี่รอบ ต้องได้ผลลัพธ์เหมือนกันทุกรอบ) – ตัวอย่างการนำไปใช้ Async HTTP APIs – สำหรับ Task ที่ใช้ระยะเวลานานในการประมวลผล ( long-running operations) อันนี้คล้ายๆกับ Flow…

[AZ-204] Implement Azure Functions

azure

Explore Azure Functions Discover Azure Functions + Storage Account (มันบังคับสร้าง) Azure Functions Logic Apps WebJobs hosting options Plan Consumption plan (default) – ใช้ตามจริง Functions Premium plan – Consumption + Automatically scales App service plan –  Best for long-running scenarios ต้องไปเปิด…

สรุปงาน Global AI Bootcamp – Thailand 2022

สรุประหว่างที่ผมทำงานไป และฟัง FB Live ครับ (แอบอู้ 555) โดย Keyword งานนี้เหมือนจะไปทาง Citizen Data Scientist 09:45 Becoming a Citizen Data Scientist on Azure ML/AI Ecosystem Role ML Engineer – คนที่ Expert เฉพาะด้านมากๆ Data Scientist Citizen Data Scientist (Non-Pro Data Scientist) – คนอาจจะไม่เก่ง…

[AZ-204] Create Azure App Service web apps

azure

Explore Azure App Service Azure App Service plans Shared compute – Plan Free and Shared ไม่สามารถ Scale ได้ Dedicated compute – แยก VM ออกมา Scale out ได้ตาม plan ที่กำหนดไว้ Basic / Standard / Premium (ต้องไปกำหนด scale unit / auto scale)…

[Azure] Sample App Service

azure

Blog นี้เป็น Note ที่ลองเล่น Azure และแปะ Command กับอธิบายนิดหน่อย Static HTML web app อ้างอิงจาก Exercise: Create a static HTML web app by using Azure Cloud Shell – Learn | Microsoft Docs หลัง Clone Code มาเสร็จ สร้าง web app ด้วยคำสั่ง Result หลังจาก…