forked from Azure-Samples/aspire-app-dev-in-a-day-ko
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update all docs and sample codes (Azure-Samples#37)
- Loading branch information
Showing
202 changed files
with
3,172 additions
and
2,281 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,20 @@ | ||
<Project> | ||
<!-- See https://aka.ms/dotnet/msbuild/customize for more details on customizing your build --> | ||
<PropertyGroup> | ||
<TargetFrameworkVersion>net8.0</TargetFrameworkVersion> | ||
<AspNetCoreVersion>8.0.2</AspNetCoreVersion> | ||
<MicrosoftExtensionsHttpResilienceVersion>8.2.0</MicrosoftExtensionsHttpResilienceVersion> | ||
<SwashbuckleVersion>6.5.0</SwashbuckleVersion> | ||
<!-- <AzureOpenAISdkVersion>1.0.0-beta.9</AzureOpenAISdkVersion> --> | ||
<AzureOpenAISdkVersion>1.0.0-beta.13</AzureOpenAISdkVersion> | ||
<YouTubeSubtitlesExtractorVersion>2.0.0</YouTubeSubtitlesExtractorVersion> | ||
<AspireVersion>8.0.0-preview.3.24105.21</AspireVersion> | ||
<TargetFramework>net8.0</TargetFramework> | ||
<LanguageVersion>latest</LanguageVersion> | ||
|
||
<Nullable>enable</Nullable> | ||
<ImplicitUsings>enable</ImplicitUsings> | ||
|
||
<AspireVersion>8.*</AspireVersion> | ||
<AspNetCoreVersion>8.*</AspNetCoreVersion> | ||
<AzureOpenAISdkVersion>1.*-beta.*</AzureOpenAISdkVersion> | ||
<MicrosoftExtensionsVersion>8.*</MicrosoftExtensionsVersion> | ||
<OpenTelemetryExporterVersion>1.*</OpenTelemetryExporterVersion> | ||
<OpenTelemetryExtensionsVersion>1.*</OpenTelemetryExtensionsVersion> | ||
<OpenTelemetryInstrumentationVersion>1.*</OpenTelemetryInstrumentationVersion> | ||
<SwashbuckleVersion>6.*</SwashbuckleVersion> | ||
<YouTubeSubtitlesExtractorVersion>2.*</YouTubeSubtitlesExtractorVersion> | ||
</PropertyGroup> | ||
</Project> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,11 +4,11 @@ | |
|
||
## Azure OpenAI 프록시 구독 신청 | ||
|
||
1. 아래 링크를 클릭해서 Azure OpenAI 프록시 구독을 신청합니다. | ||
1. 아래 링크를 클릭해서 Azure OpenAI 프록시 구독을 신청합니다. 구독 신청시 GitHub ID로 로그인해야 합니다. | ||
|
||
👉 구독 신청 링크: [https://aka.ms/aspireinadaykr/request](https://aka.ms/aspireinadaykr/request) | ||
|
||
1. 신청한 이메일을 통해 `[email protected]` 발신자로 Azure OpenAI 프록시 구독 코드가 온 것을 확인합니다. | ||
1. 로그인 후 화면에서 API키와 Endpoint 값을 확인합니다. | ||
|
||
<!-- ## Azure OpenAI 프록시 구독 및 GitHub Copilot 구독 신청 | ||
|
@@ -49,6 +49,54 @@ | |
upstream https://github.com/Azure-Samples/aspire-app-dev-in-a-day-ko.git (push) | ||
``` | ||
|
||
## Visual Studio Code 시작 | ||
|
||
1. 이 리포지토리를 자신의 GitHub 계정으로 포크합니다. | ||
1. 포크한 리포지토리에서 자신의 컴퓨터로 클론합니다. | ||
|
||
```bash | ||
git clone https://github.com/<자신의 GitHub ID>/aspire-app-dev-in-a-day-ko.git | ||
``` | ||
|
||
1. Visual Studio Code를 실행한 후 터미널에서 아래 명령어를 실행시켜 현재 리포지토리의 위치를 확인합니다. | ||
|
||
```bash | ||
git remote -v | ||
``` | ||
|
||
이 명령어를 실행하면 아래와 같은 결과가 나와야 합니다. 만약 `origin`에 `Azure-Samples`가 보이면 자신의 리포지토리에서 다시 클론해야 합니다. | ||
|
||
```bash | ||
origin https://github.com/<자신의 GitHub ID>/aspire-app-dev-in-a-day-ko (fetch) | ||
origin https://github.com/<자신의 GitHub ID>/aspire-app-dev-in-a-day-ko (push) | ||
upstream https://github.com/Azure-Samples/aspire-app-dev-in-a-day-ko.git (fetch) | ||
upstream https://github.com/Azure-Samples/aspire-app-dev-in-a-day-ko.git (push) | ||
``` | ||
|
||
1. 아래 명령어를 실행시켜 현재 설치된 .NET SDK 버전을 확인합니다. | ||
|
||
```bash | ||
dotnet --list-sdks | ||
``` | ||
|
||
`8.0.300` 이상의 버전이 설치되어 있어야 합니다. 없을 경우 [.NET SDK 설치 페이지](https://dotnet.microsoft.com/download/dotnet/8.0?WT.mc_id=dotnet-121695-juyoo)에서 최신 버전을 다운로드 받아 설치합니다. | ||
|
||
1. 아래 명령어를 실행시켜 [C# Dev Kit 익스텐션](https://marketplace.visualstudio.com/items?itemName=ms-dotnettools.csdevkit&WT.mc_id=dotnet-121695-juyoo)이 설치되어 있는지 확인합니다. | ||
|
||
```bash | ||
# bash/zsh | ||
code --list-extensions | findstr "ms-dotnettools.csdevkit" | ||
# PowerShell | ||
code --list-extensions | Select-String "ms-dotnettools.csdevkit" | ||
``` | ||
|
||
1. 만약 설치되어 있지 않다면 설치합니다. | ||
|
||
```bash | ||
code --install-extension "ms-dotnettools.csdevkit" --force | ||
``` | ||
|
||
--- | ||
|
||
축하합니다! 개발 환경 설정이 끝났습니다. 이제 [Session 01: Blazor 프론트엔드 웹 앱 개발](./01-blazor-frontend.md)로 넘어가세요. |
Oops, something went wrong.