How to install the Hello World integration through Azion Marketplace
The Hello World function is a simple program often used to introduce beginners to a new programming language or development environment. As a result, the message Hello, world!
is usually displayed on the screen or console.
The Hello World is a simple and easy-to-understand example to show the basic syntax and structure of some programming languages. The specific implementation of a “Hello World” function or program will differ depending on the programming language and/or framework used.
Azion Hello World is a serverless integration available at Azion Marketplace. It’ll be used to show how the edge technology works, by displaying a message, Hello World, on your browser using an edge application.
How to install the Hello World the integration
To use the Hello World integration provided by Azion Marketplace, you have to:
- Access Azion Console > Marketplace.
- On the Marketplace homepage, select the integration’s card.
- You can search any integration by browsing through the cards, using the filters, or typing a keyword in the search bar.
- Once the integration’s page opens, click the Install button and you’ll see the screen to start the installation journey.
To install the integration, follow the steps:
- On the Select an edge application section, open the Edge Application dropdown menu.
- It’ll show a list with all your edge applications.
- Select the one you want to install the Hello World integration in
- In the General section, you’ll fill the arguments needed to instantiate the Hello World integration:
Status
andBody
.- On the
Status
field, you must pass the HTTP status code. For example, the default value is200
, which indicates that the request was successful. - For the
Body
field, you can pass any string you want. This is the text that will be shown on the screen once your edge application is ready. The default value isHello World!
.
- On the
- Finally, you can check the permissions required by the Marketplace to update the selected application.
- In this case, permissions to
Read and write the selected edge application
andDelete the functions to instantiate the new integration in the selected edge application
.
- In this case, permissions to
- Click the Deploy button.
A message will appear to confirm the integration was successfully installed.
- Access Real-Time Manager (RTM) > Marketplace.
- On the Marketplace homepage, select the integration’s card.
- You can search any integration by browsing through the cards, using the filters, or typing a keyword in the search bar.
- Once the integration’s page opens, click the Get It Now button, at the bottom-right corner of the page.
- This starts the process to install a new integration on one of your edge applications.
Once you click the Get It Now button, you’ll see the screen to start the installation journey.
To install the integration, follow the steps:
- On the Select Edge Application screen, select the Edge Application dropdown menu. It’ll show a list with all your edge applications.
- Select the one you want to install the Hello World integration in and click the Next button.
- You’ll fill the Args needed to instantiate the Hello World integration.
- This integration has two Args:
Status
andBody
. - On the
Status
field, you have to pass the HTTP status code. For example, the default value is200
, which indicates that the request was successful. - For the
body
field, you can pass any string you want. This is the text that will be shown on the screen once your edge application is ready. The default value isIt works
.
- This integration has two Args:
- Finally, you’ll have to give permissions to the Marketplace to access and modify your edge application.
- Every integration will have different permissions needs.
- The Hello World integration needs permission to read and write on your edge application’s Main Settings, Functions, and Rules Engine.
- With the installation process finished, the screen will close and you’ll see the green box on the top of the integration’s homepage with the message
Your solution was successfully installed. Check the Overview and Usage Information sections for more details
, followed by a yellow box with the messageThis solution was installed within a new disabled rule in your edge application. On your edge application management, under the Rules Engine tab, you may enable it
.- The green box indicates that the integration was successfully installed and you can find more information about the integration and the next steps on these two sections of the integration’s homepage.
- The yellow box indicates that you need to: access your edge application’s Main Settings > select the Rules Engine tab > enable the generated rule. You have to perform these actions to put the new Hello World integration on the edge on a different path of the main application.
Done. You just have to wait until the integration’s configuration propagates through Azion’s edge nodes.