diff --git a/_config.yml b/_config.yml index 1b16216..ec8f194 100644 --- a/_config.yml +++ b/_config.yml @@ -5,7 +5,9 @@ # - For an unmodifed config see _config_orig.yml # # Ben Coleman, Dec 2018 -# Modified: +# Modified: Jan 2019 - Removed Algolia search `search false` +# Jan 2019 - Switched to Prism.js for synatx highlighting +# Set `highlighter: none` & `syntax_highlighter_opts.disable: true` # # Skin (note this is a modified & custom skin file) @@ -36,7 +38,7 @@ atom_feed: search : false # search_full_content : true # search_provider : algolia -# algolia: +# search: # application_id : 7OH2BGCS3F # YOUR_APPLICATION_ID # index_name : Azure_Citadel # YOUR_INDEX_NAME # search_only_api_key : c7d0d56e6a342c7a26ae845c63cef275 # YOUR_SEARCH_ONLY_API_KEY diff --git a/_pages/search.html b/_pages/search.html index e1a6e38..2633681 100644 --- a/_pages/search.html +++ b/_pages/search.html @@ -37,6 +37,9 @@ padding-right: 10px; font-size: 30px; } +.searchbox img { + align-self: center +} .note { float: right; font-size: 12px; @@ -46,7 +49,7 @@
Powered by Azure Search
diff --git a/data-ai/azure-search-integration.md b/data-ai/azure-search-integration.md index 09379cc..d79e4e8 100644 --- a/data-ai/azure-search-integration.md +++ b/data-ai/azure-search-integration.md @@ -131,7 +131,7 @@ The pipeline runs on a schedule every 24 hours (and not not on repo pushes/commi # Azure Search Configuration Azure Search is a powerful search as a service capability available as PaaS within Azure. For this integration the set up was fairly simple, an Azure Search instance (i.e. account) was created on the Free tier using the Azure Portal. This was a one time task so was not automated. -As the Azure Portal experience for managing Azure Search is extremely basic & limited, [the REST API](https://docs.microsoft.com/en-us/rest/api/searchservice/) was used to setup and configure the service. [Postman](https://www.getpostman.com/) was used to provide a nice interface to work with the API. +As the Azure Portal experience for managing and fully configuring Azure Search is quite limited, [the REST API](https://docs.microsoft.com/en-us/rest/api/searchservice/) was used to setup and configure the service. [Postman](https://www.getpostman.com/) was used to provide a nice interface to work with the API. To assist using the API with Postman, the following can be used: - [💾 Postman Collection for Azure Search](./Azure Search.postman_collection.json){: .btn .btn--success} diff --git a/index.html b/index.html index 7378e33..6be40b0 100644 --- a/index.html +++ b/index.html @@ -10,7 +10,7 @@ - label: "Get Started" url: "/categories" read_time: false -excerpt: A community driven site devoted to getting hands on & learning Azure.
Find technical guides, labs, workshops and hacks across a range of topics +excerpt: A community driven site devoted to getting hands on & learning Azure.
Explore technical guides, labs & workshops across a range of Azure topics classes: wide toc: false hidden: true