Microsoft Certified
# | Certified | Exam |
1 | Data Analyst Associate, Thai | Exam DA-100 |
Microsoft Certified
# | Certified | Exam |
1 | Data Analyst Associate, Thai | Exam DA-100 |
# | Certified | Exam |
1 | Azure Data Fundamentals | Exam DP-900 |
2 | Azure Database Administrator Associate | Exam DP-300 |
3 | Azure Data Engineer Associate | Exam DP-203 |
1.1 Explore core data concepts
1.2 Explore roles and responsibilities in the world of data
1.3 Describe concepts of relational data
1.4 Explore concepts of non-relational data
1.5 Explore concepts of data analytics
2.Explore relational data in Azure
2.1 Explore relational data services in Azure
2.2 Explore provisioning and deploying relational database services in Azure
2.3 Query relational data in Azure
3.Explore non-relational data in Azure
3.1 Explore non-relational data offerings in Azure
3.2 Explore provisioning and deploying non-relational data services in Azure
3.3 Manage non-relational data stores in Azure
4.Explore modern data warehouse analytics in Azure
สร้าง QnA Maker ตามนี้ Exercise – Create a bot – Learn | Microsoft Docs
เสร็จแล้วก็ Publish จะได้ตัวอย่างการเรียกด้วย Postman และ Curl
POST /knowledgebases/65c21545-xxxx-4cc9-982f-35649a25398a/generateAnswer Host: https://2021-11-qna.azurewebsites.net/qnamaker Authorization: EndpointKey 6a5fc60b-xxxx-4121-a921-159eac6eec90 Content-Type: application/json {"question":"<Your question>"}
curl -X POST https://2021-11-qna.azurewebsites.net/qnamaker/knowledgebases/65c21545-xxxx-4cc9-982f-35649a25398a/generateAnswer -H "Authorization: EndpointKey 6a5fc60b-xxxx-4121-a921-159eac6eec90" -H "Content-type: application/json" -d "{'question':'<Your question>'}"
ลองเรียกด้วย Postman
Response แต่ละแบบ
{ "error": { "code": "Unauthorized", "message": "Authorization Failed" } }
{ "answers": [ { "questions": [], "answer": "No good match found in KB.", "score": 0.0, "id": -1, "isDocumentText": false, "metadata": [] } ], "activeLearningEnabled": false }
{ "answers": [ { "questions": [ "Hello", "Hi" ], "answer": "Hi man!", "score": 100.0, "id": 9, "source": "Editorial", "isDocumentText": false, "metadata": [], "context": { "isContextOnly": false, "prompts": [] } } ], "activeLearningEnabled": false }
Link
# | Certified | Exam |
1 | Azure AI Fundamentals | Exam AI-900 |
2 | Azure AI Engineer Associate | Exam AI-102 |
3 | Azure Data Scientist Associate | Exam DP-100 |
1.Get started with artificial intelligence
2.Explore visual tools for machine learning
4.Explore natural language processing
Anomaly Detector – Documentation
QnA Maker – Documentation – เรียก QnA Maker ด้วย Postman
Custom Vision – Custom Vision – Doc
Cognitive Speech Services – Doc
Bot Framework – Documentation – botframework-sdk