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

....

add file processing function app stuffs

All

  • update azure resources that are dependent on search
  • update aws resources that are dependent on search

UK

  • wait for extracted text to process
  • index all account data
  • turn on new search

CA

  • Waiting for ES resource to spin up
  • configure ES api key and cloud id in azure app config
  • 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

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