Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/teerasej/developing-intelligent-applications-with-microsoft-azure-ai-and-github-copilot
Last synced: 1 day ago
JSON representation
- Host: GitHub
- URL: https://github.com/teerasej/developing-intelligent-applications-with-microsoft-azure-ai-and-github-copilot
- Owner: teerasej
- Created: 2025-01-07T15:43:14.000Z (9 days ago)
- Default Branch: main
- Last Pushed: 2025-01-09T11:21:52.000Z (7 days ago)
- Last Synced: 2025-01-09T12:37:05.479Z (7 days ago)
- Language: C#
- Size: 31.4 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Developing Intelligent Applicatioons with Microsoft Azure and Github Copilot
- [Exercise Instruction](./Exercises/README.md)
- [Lab files](./Allfiles/Labs/)## 0. Validating your lab resources
### 1. Local machine
Install following software on your local machine:
1. [.NET SDK 8.0 or later](https://dotnet.microsoft.com/en-us/download/dotnet/8.0)
2. [Git](https://git-scm.com/)
1. Run the git config command to configure your user name and email address:
```
git config --global user.name "Your Name"
git config --global user.email ""
```
3. [Visual Studio Code](https://code.visualstudio.com/)
1. [Github Copilot](https://marketplace.visualstudio.com/items?itemName=GitHub.copilot)
2. [Github Copilot chat](https://marketplace.visualstudio.com/items?itemName=GitHub.copilot-chat)
4. [Azure CLI](https://docs.microsoft.com/en-us/cli/azure/install-azure-cli)
5. [Microsoft Edge](https://www.microsoft.com/en-us/edge)### 2. Azure Account
- You should have an active Azure account, prepared by your lab host.
- Check your email for invitation to join the Azure subscription.
- Try to signin with the provided credentials at [https://portal.azure.com](https://portal.azure.com)
- Check your subscription which provided by lab host.### 3. Github Copilot
1. [Create a github personal account](https://github.com/signup)
2. Then [enable Github Copilot free](https://nextflow.in.th/2025/how-to-use-github-copilot-for-free-thai/) (Thai language)### 4. Enterprise Permission
- You should have permission to install software on your local machine.
- You should have permission to access the Azure portal.
- You should have permission to access the Github account.
- You should have permission to access the Microsoft Edge browser and related websites.
- You should have permission to run .NET SDK's command and Azure CLI on your local machine.## Copyright
- All right reserved by Microsoft Corporation and Github Inc.