Path Lines of Code templates/common/infra/shared/gateway/apim/apim-api-policy.xml 84 templates/common/infra/terraform/core/database/cosmos/cosmos.tf 68 templates/common/infra/terraform/core/database/cosmos/cosmos_output.tf 7 templates/common/infra/terraform/core/database/cosmos/cosmos_variables.tf 16 templates/common/infra/terraform/core/database/postgresql/postgresql.tf 93 templates/common/infra/terraform/core/database/postgresql/postgresql_output.tf 17 templates/common/infra/terraform/core/database/postgresql/postgresql_variables.tf 26 templates/common/infra/terraform/core/gateway/apim-api/apim-api.tf 81 templates/common/infra/terraform/core/gateway/apim-api/apim-api_output.tf 3 templates/common/infra/terraform/core/gateway/apim-api/apim-api_variables.tf 31 templates/common/infra/terraform/core/gateway/apim/apim.tf 36 templates/common/infra/terraform/core/gateway/apim/apim_output.tf 6 templates/common/infra/terraform/core/gateway/apim/apim_variables.tf 39 templates/common/infra/terraform/core/host/appservice/appservicejava/appservicejava.tf 56 templates/common/infra/terraform/core/host/appservice/appservicejava/appservicejava_output.tf 7 templates/common/infra/terraform/core/host/appservice/appservicejava/appservicejava_variables.tf 42 templates/common/infra/terraform/core/host/appservice/appservicenode/appservicenode.tf 64 templates/common/infra/terraform/core/host/appservice/appservicenode/appservicenode_output.tf 10 templates/common/infra/terraform/core/host/appservice/appservicenode/appservicenode_variables.tf 57 templates/common/infra/terraform/core/host/appservice/appservicepython/appservicepython.tf 64 templates/common/infra/terraform/core/host/appservice/appservicepython/appservicepython_output.tf 10 templates/common/infra/terraform/core/host/appservice/appservicepython/appservicepython_variables.tf 57 templates/common/infra/terraform/core/host/appserviceplan/appserviceplan.tf 26 templates/common/infra/terraform/core/host/appserviceplan/appserviceplan_output.tf 4 templates/common/infra/terraform/core/host/appserviceplan/appserviceplan_variables.tf 26 templates/common/infra/terraform/core/monitor/applicationinsights/applicationinsights.tf 1235 templates/common/infra/terraform/core/monitor/applicationinsights/applicationinsights_output.tf 12 templates/common/infra/terraform/core/monitor/applicationinsights/applicationinsights_variables.tf 24 templates/common/infra/terraform/core/monitor/loganalytics/loganalytics.tf 26 templates/common/infra/terraform/core/monitor/loganalytics/loganalytics_output.tf 3 templates/common/infra/terraform/core/monitor/loganalytics/loganalytics_variables.tf 16 templates/common/infra/terraform/core/security/keyvault/keyvault.tf 63 templates/common/infra/terraform/core/security/keyvault/keyvault_output.tf 4 templates/common/infra/terraform/core/security/keyvault/keyvault_variables.tf 35 templates/cspell.yaml 14 templates/starter/bicep/azure.yaml 1 templates/starter/bicep/repo.yaml 28 templates/starter/terraform/azure.yaml 3 templates/starter/terraform/infra/main.tf 18 templates/starter/terraform/infra/output.tf 6 templates/starter/terraform/infra/provider.tf 25 templates/starter/terraform/infra/variables.tf 8 templates/starter/terraform/repo.yaml 20 templates/todo/api/common/openapi.yaml 308 templates/todo/api/csharp-cosmos-sql/ListsRepository.cs 96 templates/todo/api/csharp-cosmos-sql/Program.cs 35 templates/todo/api/csharp-cosmos-sql/TodoEndpointsExtensions.cs 130 templates/todo/api/csharp-cosmos-sql/TodoItem.cs 18 templates/todo/api/csharp-cosmos-sql/TodoList.cs 13 templates/todo/api/csharp-sql-func/ListsFunctions.cs 186 templates/todo/api/csharp-sql-func/ListsRepository.cs 80 templates/todo/api/csharp-sql-func/Program.cs 34 templates/todo/api/csharp-sql-func/TodoDb.cs 8 templates/todo/api/csharp-sql-func/TodoItem.cs 30 templates/todo/api/csharp-sql-func/TodoList.cs 21 templates/todo/api/csharp-sql/ListsRepository.cs 80 templates/todo/api/csharp-sql/Program.cs 41 templates/todo/api/csharp-sql/TodoDb.cs 8 templates/todo/api/csharp-sql/TodoEndpointsExtensions.cs 130 templates/todo/api/csharp-sql/TodoItem.cs 21 templates/todo/api/csharp-sql/TodoList.cs 15 templates/todo/api/java-postgresql/src/main/java/com/microsoft/azure/simpletodo/SimpleTodoApplication.java 11 templates/todo/api/java-postgresql/src/main/java/com/microsoft/azure/simpletodo/api/ApiUtil.java 16 templates/todo/api/java-postgresql/src/main/java/com/microsoft/azure/simpletodo/api/ItemsApi.java 288 templates/todo/api/java-postgresql/src/main/java/com/microsoft/azure/simpletodo/api/ListsApi.java 189 templates/todo/api/java-postgresql/src/main/java/com/microsoft/azure/simpletodo/configuration/RFC3339DateFormat.java 28 templates/todo/api/java-postgresql/src/main/java/com/microsoft/azure/simpletodo/configuration/StringToTodoStateConverter.java 9 templates/todo/api/java-postgresql/src/main/java/com/microsoft/azure/simpletodo/configuration/WebConfiguration.java 22 templates/todo/api/java-postgresql/src/main/java/com/microsoft/azure/simpletodo/controller/TodoItemsController.java 103 templates/todo/api/java-postgresql/src/main/java/com/microsoft/azure/simpletodo/controller/TodoListsController.java 54 templates/todo/api/java-postgresql/src/main/java/com/microsoft/azure/simpletodo/model/TodoItem.java 127 templates/todo/api/java-postgresql/src/main/java/com/microsoft/azure/simpletodo/model/TodoList.java 63 templates/todo/api/java-postgresql/src/main/java/com/microsoft/azure/simpletodo/model/TodoState.java 31 templates/todo/api/java-postgresql/src/main/java/com/microsoft/azure/simpletodo/repository/TodoItemRepository.java 14 templates/todo/api/java-postgresql/src/main/java/com/microsoft/azure/simpletodo/repository/TodoListRepository.java 5 templates/todo/api/java/src/main/java/com/microsoft/azure/simpletodo/SimpleTodoApplication.java 11 templates/todo/api/java/src/main/java/com/microsoft/azure/simpletodo/api/ApiUtil.java 16 templates/todo/api/java/src/main/java/com/microsoft/azure/simpletodo/api/ItemsApi.java 288 templates/todo/api/java/src/main/java/com/microsoft/azure/simpletodo/api/ListsApi.java 189 templates/todo/api/java/src/main/java/com/microsoft/azure/simpletodo/configuration/MongoDBConfiguration.java 30 templates/todo/api/java/src/main/java/com/microsoft/azure/simpletodo/configuration/RFC3339DateFormat.java 28 templates/todo/api/java/src/main/java/com/microsoft/azure/simpletodo/configuration/StringToTodoStateConverter.java 9 templates/todo/api/java/src/main/java/com/microsoft/azure/simpletodo/configuration/WebConfiguration.java 50 templates/todo/api/java/src/main/java/com/microsoft/azure/simpletodo/controller/TodoItemsController.java 98 templates/todo/api/java/src/main/java/com/microsoft/azure/simpletodo/controller/TodoListsController.java 50 templates/todo/api/java/src/main/java/com/microsoft/azure/simpletodo/model/TodoItem.java 119 templates/todo/api/java/src/main/java/com/microsoft/azure/simpletodo/model/TodoList.java 54 templates/todo/api/java/src/main/java/com/microsoft/azure/simpletodo/model/TodoState.java 31 templates/todo/api/java/src/main/java/com/microsoft/azure/simpletodo/repository/TodoItemRepository.java 15 templates/todo/api/java/src/main/java/com/microsoft/azure/simpletodo/repository/TodoListRepository.java 10 templates/todo/api/js/babel.config.js 6 templates/todo/api/js/src/app.ts 42 templates/todo/api/js/src/config/appConfig.ts 12 templates/todo/api/js/src/config/applicationInsightsTransport.ts 40 templates/todo/api/js/src/config/index.ts 52 templates/todo/api/js/src/config/observability.ts 57 templates/todo/api/js/src/index.ts 10 templates/todo/api/js/src/models/mongoose.ts 26 templates/todo/api/js/src/models/todoItem.ts 41 templates/todo/api/js/src/models/todoList.ts 21 templates/todo/api/js/src/routes/common.ts 4 templates/todo/api/js/src/routes/items.ts 139 templates/todo/api/js/src/routes/lists.ts 97 templates/todo/api/python/pyproject.toml 20 templates/todo/api/python/todo/__init__.py 1 templates/todo/api/python/todo/app.py 60 templates/todo/api/python/todo/models.py 57 templates/todo/api/python/todo/routes.py 116 templates/todo/projects/nodejs-mongo-aks/src/api/manifests/config.tmpl.yaml 8 templates/todo/projects/nodejs-mongo-aks/src/api/manifests/deployment.tmpl.yaml 34 templates/todo/projects/nodejs-mongo-aks/src/api/manifests/ingress.yaml 19 templates/todo/projects/nodejs-mongo-aks/src/api/manifests/service.yaml 11 templates/todo/projects/nodejs-mongo-aks/src/web/manifests/deployment.tmpl.yaml 19 templates/todo/projects/nodejs-mongo-aks/src/web/manifests/ingress.yaml 16 templates/todo/projects/nodejs-mongo-aks/src/web/manifests/service.yaml 10 templates/todo/projects/python-mongo-swa-func/src/api/catchAllFunction/__init__.py 17 templates/todo/web/react-fluent/index.html 15 templates/todo/web/react-fluent/src/App.css 33 templates/todo/web/react-fluent/src/App.tsx 26 templates/todo/web/react-fluent/src/actions/actionCreators.ts 55 templates/todo/web/react-fluent/src/actions/common.ts 25 templates/todo/web/react-fluent/src/actions/itemActions.ts 65 templates/todo/web/react-fluent/src/actions/listActions.ts 60 templates/todo/web/react-fluent/src/components/telemetry.tsx 12 templates/todo/web/react-fluent/src/components/telemetryContext.ts 6 templates/todo/web/react-fluent/src/components/telemetryWithAppInsights.tsx 5 templates/todo/web/react-fluent/src/components/todoContext.ts 5 templates/todo/web/react-fluent/src/components/todoItemDetailPane.tsx 79 templates/todo/web/react-fluent/src/components/todoItemListPane.tsx 228 templates/todo/web/react-fluent/src/components/todoListMenu.tsx 71 templates/todo/web/react-fluent/src/config/index.ts 19 templates/todo/web/react-fluent/src/index.css 10 templates/todo/web/react-fluent/src/index.tsx 18 templates/todo/web/react-fluent/src/layout/header.tsx 49 templates/todo/web/react-fluent/src/layout/layout.tsx 74 templates/todo/web/react-fluent/src/layout/sidebar.tsx 19 templates/todo/web/react-fluent/src/models/applicationState.ts 20 templates/todo/web/react-fluent/src/models/index.ts 2 templates/todo/web/react-fluent/src/models/todoItem.ts 16 templates/todo/web/react-fluent/src/models/todoList.ts 9 templates/todo/web/react-fluent/src/pages/homePage.tsx 139 templates/todo/web/react-fluent/src/reducers/index.ts 18 templates/todo/web/react-fluent/src/reducers/listsReducer.ts 16 templates/todo/web/react-fluent/src/reducers/selectedItemReducer.ts 19 templates/todo/web/react-fluent/src/reducers/selectedListReducer.ts 39 templates/todo/web/react-fluent/src/reportWebVitals.ts 13 templates/todo/web/react-fluent/src/services/itemService.ts 7 templates/todo/web/react-fluent/src/services/listService.ts 7 templates/todo/web/react-fluent/src/services/restService.ts 66 templates/todo/web/react-fluent/src/services/telemetryService.ts 49 templates/todo/web/react-fluent/src/setupTests.ts 1 templates/todo/web/react-fluent/src/ux/styles.ts 47 templates/todo/web/react-fluent/src/ux/theme.ts 27 templates/todo/web/react-fluent/vite.config.ts 5