https://shortpoet.scm.azurewebsites.net/DebugConsole= https://dev.azure.com/sorianocarlitos/Shortpoet/_apis/serviceendpoint/endpoints?api-version=5.0-preview.2
- Setting ASPNETCORE_ENVIRONMENT to "Production" enabled app to read from build "dist" and deployed correctly.
- ?? figure out how to run the node server in development
http://vorillaz.github.io/devicons/#/main https://www.hexcolortool.com/#b56036 https://stackoverflow.com/questions/50778850/vue-cli-favicon
http://embedresponsively.com/ https://developers.facebook.com/docs/instagram/embedding/#get--p--post-url--media
https://www.google.com/webmasters/verification/home?pli=1 https://domains.google.com/m/registrar?d=shortpoet.com#d=shortpoet.com
https://github.com/oleg-agapov/my-portfolio https://codeburst.io/how-i-created-seo-friendly-portfolio-cv-website-and-hosted-it-on-github-d5c4da43cf2f https://gauger.io/fonticon/ https://blog.emojipedia.org/emoji-flags-explained/ https://alligator.io/vuejs/vue-modal-component/ http://vorillaz.github.io/devicons/#/main https://github.com/feathericons/feather
- when setting up test app aspnetcore_environment staging variable didn't seem to get set in kudu so when/choose in csproj was failing
- set it in pipelines also ensured cross-env is npm installed so that backend_prefix can be set in package.json
- also need to enable new ip
https://github.com/Azure-Samples
https://docs.microsoft.com/en-us/azure/devops/pipelines/process/phases?view=azure-devops&tabs=yaml
https://docs.microsoft.com/en-us/azure/app-service/deploy-local-git
https://docs.microsoft.com/en-us/azure/app-service/configure-common#default-documents
https://docs.microsoft.com/en-us/azure/devops/pipelines/tasks/deploy/azure-cli?view=azure-devops
https://docs.microsoft.com/en-us/azure/devops/cli/service_endpoint?view=azure-devops
https://docs.microsoft.com/en-us/learn/paths/build-applications-with-azure-devops/
https://docs.microsoft.com/en-us/visualstudio/msbuild/msbuild?view=vs-2019
https://docs.microsoft.com/en-us/learn/modules/host-build-agent/6-clean-up-environment
https://docs.microsoft.com/en-us/azure/app-service/configure-common
https://aspnetcoreon.azurewebsites.net/
https://stackoverflow.com/questions/56574113/build-net-core-3-0-on-azure-pipelines/56574356#56574356
https://docs.microsoft.com/en-us/azure/devops/pipelines/targets/webapp?view=azure-devops&tabs=yaml
https://markheath.net/post/connect-web-app-sql-database-azure-cli
https://docs.microsoft.com/en-us/azure/app-service/containers/tutorial-dotnetcore-sqldb-app
https://docs.microsoft.com/en-us/azure/sql-database/sql-database-cli-samples?tabs=single-database
https://docs.microsoft.com/en-us/cli/azure/install-azure-cli-windows?view=azure-cli-latest
https://docs.microsoft.com/en-us/cli/azure/appservice?view=azure-cli-latest
https://docs.microsoft.com/en-us/cli/azure/appservice/plan?view=azure-cli-latest
https://docs.microsoft.com/en-us/cli/azure/ext/azure-devops/pipelines/runs?view=azure-cli-latest
https://docs.microsoft.com/en-us/azure/devops/pipelines/tasks/deploy/azure-cli?view=azure-devops
https://docs.microsoft.com/en-us/azure/devops/cli/service_endpoint?view=azure-devops
https://markheath.net/post/connect-web-app-sql-database-azure-cli
https://blogs.perficient.com/2019/07/11/episerver-how-to-quickly-create-environments-with-azure-cli/
https://stackoverflow.com/questions/42972086/azure-cli-in-git-bash
https://www.identityserver.com/documentation/adminui/Installation/Installation_Azure/
https://docs.microsoft.com/en-us/aspnet/core/security/key-vault-configuration?view=aspnetcore-3.1
https://docs.microsoft.com/en-us/azure/app-service/overview-authentication-authorization
https://docs.microsoft.com/en-us/ef/core/miscellaneous/cli/dotnet
https://docs.microsoft.com/en-us/ef/core/managing-schemas/scaffolding
https://www.learnentityframeworkcore.com/walkthroughs/existing-database
https://www.entityframeworktutorial.net/efcore/cli-commands-for-ef-core-migration.aspx
https://github.com/webdevsuperfast/startbootstrap-resume-vue
https://github.com/jerriep/dotnet-outdated
https://www.dotnetcurry.com/aspnet/1373/debugging-aspnet-core-using-visual-studio-code
-
node.js continues to run process after VS stop debug
https://codewithhugo.com/a-simple-real-world-vue.js-directive/ vuejs/vue-test-utils#230 (comment) https://focusedlabs.io/blog/global-keyboard-shortcuts-in-vue-with-tests
// always make sure to destroy when using attachToDocument wrapper.destroy(); Once we attach our component to a document, we can use wrapper.trigger to simulate our keypresses.
case sensitivity of mocks problems in git repo if not renamed correctly https://stackoverflow.com/questions/17683458/how-do-i-commit-case-sensitive-only-filename-changes-in-git
https://medium.com/@dzeyelid/check-code-coverage-with-jest-on-azure-devops-548b80d29d3 modifications located correct directory https://docs.microsoft.com/en-us/azure/devops/pipelines/tasks/utility/command-line?view=azure-devops&tabs=yaml separated npm install and coverage tasks
- steps
dotnet new xunit Shortpoet.Tests
dotnet sln add ./Shortpoet.Tests/Shortpoet.Tests.csproj
dotnet add ./Shortpoet.Tests/Shortpoet.Tests.csproj reference Shortpoet/Shortpoet.csproj
- optimize
-
css
- single page
- vars
- purge
-
fonts
- import indiv fonts
- dom.watch
-
ssr for priamry pages
-