Skip to content

Latest commit

 

History

History
39 lines (22 loc) · 1.77 KB

updating.md

File metadata and controls

39 lines (22 loc) · 1.77 KB

Updating FHIR Loader

By default the FHIR-Loader function stays in sync with updates posted in the Github Repo https://github.com/microsoft/fhir-loader, as new features are added customers will automatically receive them unless they disabled deployment sync or they are operating on a closed network without external access.

Default Deployment

By default FHIR Loader

default-deployment

Editing Deployment Center setup

If the Deployment Center setup does match the default deployment, it can be changed as follows.

  1. Disconnect the existing connection

change-deployment-cntr1

  1. Select External Git

change-deployment-cntr2

  1. Complete the form using the proper repo (proxy in this example) https://github.com/microsoft/fhir-proxy, main and Public repo then select Save.

change-deployment-cntr3

  1. Validate the deployment success via the Logs

deployment-cntr-logs

Private Link Function Deployment

There are multiple methods to updating Azure Functions, for security reasons though a deployment process must be used.

Zip Deply Zip deploy is the recommended deployment technology for Azure Functions.

Use zip deploy to push a .zip file that contains your function app to Azure. Optionally, you can set your app to start running from package, or specify that a remote build occurs.

Continuous Deployment With Private Networks, the repo source must be accessible to the private network