You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* This article requires at least version 2.31.0 of Azure CLI. If using Azure Cloud Shell, the latest version is already installed.
35
-
36
34
> [!NOTE]
37
35
> You can also execute this guidance from the [Azure Cloud Shell](/azure/cloud-shell/quickstart). This approach has all the prerequisite tools pre-installed, with the exception of Docker.
38
36
>
39
37
> :::image type="icon" source="~/reusable-content/ce-skilling/azure/media/cloud-shell/launch-cloud-shell-button.png" alt-text="Button to launch the Azure Cloud Shell." border="false" link="https://shell.azure.com":::
40
38
41
-
*If running the commands in this guide locally (instead of Azure Cloud Shell):
42
-
* Prepare a local machine with Unix-like operating system installed (for example, Ubuntu, Azure Linux, macOS, Windows Subsystem for Linux).
43
-
* Install a Java SE implementation, version 17 or later. (for example, [Eclipse Open J9](https://www.eclipse.org/openj9/)).
44
-
* Install [Maven](https://maven.apache.org/download.cgi) 3.5.0 or higher.
45
-
* Install [Docker](https://docs.docker.com/get-docker/) for your OS.
39
+
*Prepare a local machine with a Unix-like operating system installed (for example, Ubuntu, macOS, Windows Subsystem for Linux).
40
+
* This article requires at least version 2.31.0 of Azure CLI.
41
+
* Install a Java SE implementation, version 17 or later. (for example, [Eclipse Open J9](https://www.eclipse.org/openj9/)).
42
+
* Install [Maven](https://maven.apache.org/download.cgi) 3.5.0 or higher.
43
+
* Install [Docker](https://docs.docker.com/get-docker/) for your OS.
46
44
* Make sure you're assigned either the `Owner` role or the `Contributor` and `User Access Administrator` roles in the subscription. You can verify it by following steps in [List role assignments for a user or group](../role-based-access-control/role-assignments-list-portal.md#list-role-assignments-for-a-user-or-group).
47
45
48
46
## Create a Liberty on AKS deployment using the portal
0 commit comments