Skip to main content

In Progress

Deployment?

spin up azure resources for search

setup identities and permissions to key vault

set up app settings on function apps

configure all the key vault and config settings (You are currently configuring key vault and azure config values)

  • es api key can be created in kibana=> stack management => security => api keys
  • file processing function app needs networking configured as well as app settings (Environ, Region, SearchServiceAddress, and AppConfig)

deploy with pipeline

use management tools to setup up elastic search

setting replicas to 0

PUT index-name-here/_settings

{
 "index" : {
  "number_of_replicas":0
 }
}

....

add file processing function app stuffs

All

  • DONE

UK

  • turn on new search

CA

  • turn on new search

GOV

  • Get ES resource spun up
  • configure ES api key and cloud id in azure app config for gov
  • create indexes
  • set replicas to 0 on all indexes
  • setup event grid
  • turn on new search in w/ file processing
  • migrate extracted text
  • index all account data
  • turn on new search