Skip to content

Latest commit

 

History

History
41 lines (28 loc) · 1.67 KB

how-to-update-application.md

File metadata and controls

41 lines (28 loc) · 1.67 KB
title description author ms.author ms.date ms.service ms.custom ms.topic
Quickstart – Update the JavaScript application on a Microsoft Azure Managed CCF resource
Learn to update the JavaScript application on a Microsoft Azure Managed CCF resource
msftsettiy
settiy
09/10/2023
confidential-ledger
devx-track-js
how-to

Quickstart: Update the JavaScript application

With Azure Managed CCF (Managed CCF), it is simple and quick to update an application when new functionality is introduced or when bugs fixes are available. This tutorial builds on the Managed CCF resource created in the Quickstart: Create an Azure Managed CCF resource using the Azure portal tutorial.

Prerequisites

[!INCLUDE Prerequisites]

Download the service identity

[!INCLUDE Download Service Identity]

Update the application

[!INCLUDE Mac instructions]

Note

This tutorial assumes that the updated application bundle is created using the instructions available here and saved to set_js_app.json.

Updating an application does not reset the JavaScript runtime options.

[!INCLUDE Deploy an application]

When the command completes, the application will be updated and ready to accept user transactions.

Next steps