├── .gitignore ├── CONTRIBUTING.md ├── LICENSE ├── README.md ├── SECURITY.md ├── powerbi └── cognitive-search-content-analytics-template.pbit └── traffic └── SearchInsights.pbit /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure-Samples/cognitive-search-templates/HEAD/.gitignore -------------------------------------------------------------------------------- /CONTRIBUTING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure-Samples/cognitive-search-templates/HEAD/CONTRIBUTING.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure-Samples/cognitive-search-templates/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure-Samples/cognitive-search-templates/HEAD/README.md -------------------------------------------------------------------------------- /SECURITY.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure-Samples/cognitive-search-templates/HEAD/SECURITY.md -------------------------------------------------------------------------------- /powerbi/cognitive-search-content-analytics-template.pbit: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure-Samples/cognitive-search-templates/HEAD/powerbi/cognitive-search-content-analytics-template.pbit -------------------------------------------------------------------------------- /traffic/SearchInsights.pbit: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Azure-Samples/cognitive-search-templates/HEAD/traffic/SearchInsights.pbit --------------------------------------------------------------------------------