Skip to content

Commit

Permalink
Merge branch 'infraForSample' of https://github.com/Azure-Samples/ai-…
Browse files Browse the repository at this point in the history
…chat-aspire-sk-csharp into infraForSample
  • Loading branch information
jmatthiesen committed Oct 21, 2024
2 parents 437c49f + e05b729 commit 7f21148
Show file tree
Hide file tree
Showing 12 changed files with 44 additions and 271 deletions.
44 changes: 44 additions & 0 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
// For format details, see https://aka.ms/devcontainer.json. For config options, see the
// README at: https://github.com/devcontainers/templates/tree/main/src/dotnet
{
"name": "C# (.NET)",

// Or use a Dockerfile or Docker Compose file. More info: https://containers.dev/guide/dockerfile
"image": "mcr.microsoft.com/devcontainers/dotnet:1-8.0",

// Features to add to the dev container. More info: https://containers.dev/features.
"features": {
"ghcr.io/devcontainers/features/azure-cli:1": {
"installBicep": true,
"version": "latest"
},
"ghcr.io/azure/azure-dev/azd:0": {
"version": "stable"
},
"ghcr.io/devcontainers/features/dotnet:2": {
"workloads": "aspire"
}
},
"customizations": {
"vscode": {
"extensions": [
"ms-dotnettools.csdevkit",
"ms-dotnettools.vscode-dotnet-runtime",
"GitHub.vscode-github-actions",
"ms-azuretools.azure-dev",
"ms-azuretools.vscode-bicep",
"ms-azuretools.vscode-docker",
"ms-vscode.js-debug" ]
}
},

"postCreateCommand": "dotnet dev-certs https --trust" // Enable HTTPS support

// Use 'forwardPorts' to make a list of ports inside the container available locally.
// "forwardPorts": [5000, 5001],
// "portsAttributes": {
// "17099": {
// "protocol": "https"
// }
// }
}
21 changes: 0 additions & 21 deletions LICENSE

This file was deleted.

26 changes: 0 additions & 26 deletions src/AIChatApp.Backend/AIChatApp.Backend.csproj

This file was deleted.

6 changes: 0 additions & 6 deletions src/AIChatApp.Backend/AIChatApp.Backend.http

This file was deleted.

49 changes: 0 additions & 49 deletions src/AIChatApp.Backend/Program.cs

This file was deleted.

41 changes: 0 additions & 41 deletions src/AIChatApp.Backend/Properties/launchSettings.json

This file was deleted.

59 changes: 0 additions & 59 deletions src/AIChatApp.Backend/Services/ChatService.cs

This file was deleted.

8 changes: 0 additions & 8 deletions src/AIChatApp.Backend/appsettings.Development.json

This file was deleted.

9 changes: 0 additions & 9 deletions src/AIChatApp.Backend/appsettings.json

This file was deleted.

14 changes: 0 additions & 14 deletions src/AIChatApp.DataEntities/AIChatApp.Shared.csproj

This file was deleted.

28 changes: 0 additions & 28 deletions src/AIChatApp.DataEntities/BackendClient.cs

This file was deleted.

10 changes: 0 additions & 10 deletions src/AIChatApp.DataEntities/ChatModel.cs

This file was deleted.

0 comments on commit 7f21148

Please sign in to comment.