diff --git a/samples/demos/BelgradeProductCatalogDemo/sql-scripts/A4 structured log analysis.sql b/samples/demos/BelgradeProductCatalogDemo/sql-scripts/A4 structured log analysis.sql deleted file mode 100644 index 591e58f8..00000000 --- a/samples/demos/BelgradeProductCatalogDemo/sql-scripts/A4 structured log analysis.sql +++ /dev/null @@ -1,13 +0,0 @@ -SELECT * FROM Logs - -SELECT JSON_VALUE(LogEvent, '$.Properties.RequestPath') as Url, * -FROM Logs -WHERE Level = 'Error' - -SELECT - JSON_VALUE(LogEvent, '$.Properties.RequestPath') as Url, - AVG( CAST(JSON_VALUE(LogEvent, '$.Properties.ElapsedMilliseconds') as float) ) as milliseconds -FROM Logs -WHERE JSON_VALUE(LogEvent, '$.Properties.RequestPath') IS NOT NULL ---AND Timestamp BETWEEN '2017-01-09' AND '2017-01-10' -GROUP BY JSON_VALUE(LogEvent, '$.Properties.RequestPath') diff --git a/samples/demos/BelgradeProductCatalogDemo/Controllers/ProductCatalogController.cs b/samples/demos/belgrade-product-catalog-demo/Controllers/ProductCatalogController.cs similarity index 100% rename from samples/demos/BelgradeProductCatalogDemo/Controllers/ProductCatalogController.cs rename to samples/demos/belgrade-product-catalog-demo/Controllers/ProductCatalogController.cs diff --git a/samples/demos/BelgradeProductCatalogDemo/Models/Models.cs b/samples/demos/belgrade-product-catalog-demo/Models/Models.cs similarity index 100% rename from samples/demos/BelgradeProductCatalogDemo/Models/Models.cs rename to samples/demos/belgrade-product-catalog-demo/Models/Models.cs diff --git a/samples/demos/BelgradeProductCatalogDemo/Views/ProductCatalog/Index.cshtml b/samples/demos/belgrade-product-catalog-demo/Views/ProductCatalog/Index.cshtml similarity index 100% rename from samples/demos/BelgradeProductCatalogDemo/Views/ProductCatalog/Index.cshtml rename to samples/demos/belgrade-product-catalog-demo/Views/ProductCatalog/Index.cshtml diff --git a/samples/demos/BelgradeProductCatalogDemo/Views/ProductCatalog/Report1.cshtml b/samples/demos/belgrade-product-catalog-demo/Views/ProductCatalog/Report1.cshtml similarity index 100% rename from samples/demos/BelgradeProductCatalogDemo/Views/ProductCatalog/Report1.cshtml rename to samples/demos/belgrade-product-catalog-demo/Views/ProductCatalog/Report1.cshtml diff --git a/samples/demos/BelgradeProductCatalogDemo/Views/ProductCatalog/Report2.cshtml b/samples/demos/belgrade-product-catalog-demo/Views/ProductCatalog/Report2.cshtml similarity index 100% rename from samples/demos/BelgradeProductCatalogDemo/Views/ProductCatalog/Report2.cshtml rename to samples/demos/belgrade-product-catalog-demo/Views/ProductCatalog/Report2.cshtml diff --git a/samples/demos/BelgradeProductCatalogDemo/Views/Shared/_Layout.cshtml b/samples/demos/belgrade-product-catalog-demo/Views/Shared/_Layout.cshtml similarity index 100% rename from samples/demos/BelgradeProductCatalogDemo/Views/Shared/_Layout.cshtml rename to samples/demos/belgrade-product-catalog-demo/Views/Shared/_Layout.cshtml diff --git a/samples/demos/BelgradeProductCatalogDemo/Views/_ViewStart.cshtml b/samples/demos/belgrade-product-catalog-demo/Views/_ViewStart.cshtml similarity index 100% rename from samples/demos/BelgradeProductCatalogDemo/Views/_ViewStart.cshtml rename to samples/demos/belgrade-product-catalog-demo/Views/_ViewStart.cshtml diff --git a/samples/demos/belgrade-product-catalog-demo/app.config b/samples/demos/belgrade-product-catalog-demo/app.config deleted file mode 100644 index 49aadfaa..00000000 --- a/samples/demos/belgrade-product-catalog-demo/app.config +++ /dev/null @@ -1,5 +0,0 @@ - - - - - diff --git a/samples/demos/BelgradeProductCatalogDemo/wwwroot/data/dataTables.js b/samples/demos/belgrade-product-catalog-demo/wwwroot/data/dataTables.js similarity index 100% rename from samples/demos/BelgradeProductCatalogDemo/wwwroot/data/dataTables.js rename to samples/demos/belgrade-product-catalog-demo/wwwroot/data/dataTables.js diff --git a/samples/demos/BelgradeProductCatalogDemo/wwwroot/data/nvd3-multibar.js b/samples/demos/belgrade-product-catalog-demo/wwwroot/data/nvd3-multibar.js similarity index 100% rename from samples/demos/BelgradeProductCatalogDemo/wwwroot/data/nvd3-multibar.js rename to samples/demos/belgrade-product-catalog-demo/wwwroot/data/nvd3-multibar.js diff --git a/samples/demos/BelgradeProductCatalogDemo/wwwroot/data/nvd3-pie.js b/samples/demos/belgrade-product-catalog-demo/wwwroot/data/nvd3-pie.js similarity index 100% rename from samples/demos/BelgradeProductCatalogDemo/wwwroot/data/nvd3-pie.js rename to samples/demos/belgrade-product-catalog-demo/wwwroot/data/nvd3-pie.js diff --git a/samples/demos/BelgradeProductCatalogDemo/wwwroot/media/js/lib/nvd3/d3.min.js b/samples/demos/belgrade-product-catalog-demo/wwwroot/media/js/lib/nvd3/d3.min.js similarity index 100% rename from samples/demos/BelgradeProductCatalogDemo/wwwroot/media/js/lib/nvd3/d3.min.js rename to samples/demos/belgrade-product-catalog-demo/wwwroot/media/js/lib/nvd3/d3.min.js diff --git a/samples/demos/BelgradeProductCatalogDemo/wwwroot/media/js/lib/nvd3/nv.d3.min.css b/samples/demos/belgrade-product-catalog-demo/wwwroot/media/js/lib/nvd3/nv.d3.min.css similarity index 100% rename from samples/demos/BelgradeProductCatalogDemo/wwwroot/media/js/lib/nvd3/nv.d3.min.css rename to samples/demos/belgrade-product-catalog-demo/wwwroot/media/js/lib/nvd3/nv.d3.min.css diff --git a/samples/demos/BelgradeProductCatalogDemo/wwwroot/media/js/lib/nvd3/nv.d3.min.js b/samples/demos/belgrade-product-catalog-demo/wwwroot/media/js/lib/nvd3/nv.d3.min.js similarity index 100% rename from samples/demos/BelgradeProductCatalogDemo/wwwroot/media/js/lib/nvd3/nv.d3.min.js rename to samples/demos/belgrade-product-catalog-demo/wwwroot/media/js/lib/nvd3/nv.d3.min.js diff --git a/samples/demos/BelgradeProductCatalogDemo/wwwroot/media/js/products-crud.js b/samples/demos/belgrade-product-catalog-demo/wwwroot/media/js/products-crud.js similarity index 100% rename from samples/demos/BelgradeProductCatalogDemo/wwwroot/media/js/products-crud.js rename to samples/demos/belgrade-product-catalog-demo/wwwroot/media/js/products-crud.js diff --git a/samples/demos/BelgradeProductCatalogDemo/wwwroot/media/js/rls.js b/samples/demos/belgrade-product-catalog-demo/wwwroot/media/js/rls.js similarity index 100% rename from samples/demos/BelgradeProductCatalogDemo/wwwroot/media/js/rls.js rename to samples/demos/belgrade-product-catalog-demo/wwwroot/media/js/rls.js diff --git a/samples/demos/BelgradeProductCatalogDemo/wwwroot/report-multibar.html b/samples/demos/belgrade-product-catalog-demo/wwwroot/report-multibar.html similarity index 100% rename from samples/demos/BelgradeProductCatalogDemo/wwwroot/report-multibar.html rename to samples/demos/belgrade-product-catalog-demo/wwwroot/report-multibar.html diff --git a/samples/demos/BelgradeProductCatalogDemo/wwwroot/report-pie.html b/samples/demos/belgrade-product-catalog-demo/wwwroot/report-pie.html similarity index 100% rename from samples/demos/BelgradeProductCatalogDemo/wwwroot/report-pie.html rename to samples/demos/belgrade-product-catalog-demo/wwwroot/report-pie.html diff --git a/samples/demos/BelgradeProductCatalogDemo/wwwroot/temporal.html b/samples/demos/belgrade-product-catalog-demo/wwwroot/temporal.html similarity index 100% rename from samples/demos/BelgradeProductCatalogDemo/wwwroot/temporal.html rename to samples/demos/belgrade-product-catalog-demo/wwwroot/temporal.html