Mathieu Benoit
Mathieu Benoit
https://docs.microsoft.com/en-us/cli/vsts https://github.com/Microsoft/vsts-cli https://channel9.msdn.com/Events/Connect/2017/T186 As optional for the CI lab: - `vsts code pr list` - `vsts code pr policies list --id` - `vsts code pr update --delete-source-branch on` - `vsts...
https://docs.microsoft.com/en-us/vsts/build-release/concepts/definitions/release/approvals/gates https://docs.microsoft.com/en-us/vsts/build-release/tasks/utility/azure-monitor
https://docs.microsoft.com/en-us/azure/application-insights/app-insights-api-custom-events-metrics - `TrackDependency` (in C# to track performance around the `add()` method): https://docs.microsoft.com/en-us/azure/application-insights/app-insights-api-custom-events-metrics#trackdependency - `TrackEvent` (in javascript to track button click): https://docs.microsoft.com/en-us/azure/application-insights/app-insights-api-custom-events-metrics#trackevent
Based on this demo https://channel9.msdn.com/Events/Connect/2017/T251, add VSTS Analytics to the CM lab. Add Extension, PowerBI, etc. https://aka.ms/VSTSAnalytics Important note: it's for now **Free in Preview**.
Since Azure PowerShell v5.0.0 - https://github.com/Azure/azure-powershell/releases/tag/v5.0.0-November2017 - we are now able to automatically generate API Key (New-AzureRmApplicationInsightsApiKey) to be able to integrate Annotations on metric charts with Application Insights during...
docker-compose to simplify the local dev/test flow
- one without OSBA - one with OSBA
- https://docs.microsoft.com/en-us/sql/linux/tutorial-sql-server-containers-kubernetes?view=sql-server-2017 - https://hub.kubeapps.com/charts/stable/mssql-linux
It looks like the auto-tuning SQL feature is not supported by Azure SQL Database? Furthermore, After having implementing #15 , let's see why this web app is not working once...