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.
By default FHIR Loader
If the Deployment Center setup does match the default deployment, it can be changed as follows.
- Disconnect the existing connection
- Select External Git
- Complete the form using the proper repo (proxy in this example) https://github.com/microsoft/fhir-proxy, main and Public repo then select Save.
- Validate the deployment success via the Logs
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