Skip to content

Commit d0380ad

Browse files
Sixth batch of files. First commit.
1 parent 858560f commit d0380ad

File tree

7 files changed

+20
-20
lines changed

7 files changed

+20
-20
lines changed

articles/spring-apps/enterprise/includes/quickstart-deploy-java-native-image-app/deploy-enterprise-plan.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ Azure Spring Apps is used to host the Spring Petclinic app. Use the following st
110110
--build-pool-size S7
111111
```
112112

113-
1. Create a *builder-native.json* file in the current directory and then add the following content:
113+
1. Create a **builder-native.json** file in the current directory and then add the following content:
114114

115115
```json
116116
{

articles/spring-apps/enterprise/includes/quickstart-deploy-restful-api-app/clean-up-resources.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Use the following steps to delete the entire resource group, including the newly
2727

2828
1. On the navigation menu, select **Resource groups**. Then, select the name of your resource group - for example, **myresourcegroup**.
2929

30-
1. On your resource group page, select **Delete**. Enter the name of your resource group in the text box to confirm deletion - for example, *myresourcegroup*. Then, select **Delete**.
30+
1. On your resource group page, select **Delete**. Enter the name of your resource group in the text box to confirm deletion - for example, **myresourcegroup**. Then, select **Delete**.
3131

3232
### [Azure CLI](#tab/Azure-CLI)
3333

articles/spring-apps/enterprise/includes/quickstart-deploy-restful-api-app/deploy-restful-api-app-with-consumption-plan.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -91,17 +91,17 @@ Use the following steps to create a service instance:
9191
| Setting | Suggested value | Description |
9292
|--------------------------------|------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
9393
| **Subscription** | Your subscription name. | The Azure subscription that you want to use for your server. If you have multiple subscriptions, choose the subscription in which you'd like to be billed for the resource. |
94-
| **Resource group** | *myresourcegroup* | A new resource group name or an existing one from your subscription. |
95-
| **Name** | *myasa* | A unique name that identifies your Azure Spring Apps service. The name must be between 4 and 32 characters long and can contain only lowercase letters, numbers, and hyphens. The first character of the service name must be a letter and the last character must be either a letter or a number. |
94+
| **Resource group** | **myresourcegroup** | A new resource group name or an existing one from your subscription. |
95+
| **Name** | **myasa** | A unique name that identifies your Azure Spring Apps service. The name must be between 4 and 32 characters long and can contain only lowercase letters, numbers, and hyphens. The first character of the service name must be a letter and the last character must be either a letter or a number. |
9696
| **Plan** | **Standard consumption & dedicated (preview)** | The pricing plan determines the resources and cost associated with your instance. |
9797
| **Region** | The region closest to your users. | The location that's closest to your users. |
98-
| **Container Apps Environment** | *myenvironment* | The option to select which Container Apps environment instance to share the same virtual network with other services and resources. |
98+
| **Container Apps Environment** | **myenvironment** | The option to select which Container Apps environment instance to share the same virtual network with other services and resources. |
9999

100100
Use the following table as a guide for the Container Apps Environment creation:
101101

102102
| Setting | Suggested value | Description |
103103
|----------------------|-----------------|---------------------------------------------------------------------------------------------|
104-
| **Environment name** | *myenvironment* | A unique name that identifies your Azure Container Apps Environment service. |
104+
| **Environment name** | **myenvironment** | A unique name that identifies your Azure Container Apps Environment service. |
105105
| **Plan** | **Consumption** | The pricing plan determines the resources and cost associated with your instance. |
106106
| **Zone Redundant** | Disabled | The option to create your Container Apps Environment service in an Azure availability zone. |
107107

@@ -128,7 +128,7 @@ Use the following steps to connect your service instances:
128128

129129
1. From the navigation menu, open **Apps**, and then select **Create App**.
130130

131-
1. On the **Create App** page, fill in the app name *simple-todo-api* and select **Java artifacts** as the deployment type.
131+
1. On the **Create App** page, fill in the app name **simple-todo-api** and select **Java artifacts** as the deployment type.
132132

133133
1. Select **Create** to finish the app creation and select the app to view the details.
134134

articles/spring-apps/enterprise/includes/quickstart-deploy-restful-api-app/deploy-restful-api-app-with-enterprise-plan.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ Use the following steps to connect your service instances:
5959

6060
1. From the navigation menu, open **Apps**, and then select **Create App**.
6161

62-
1. On the **Create App** page, fill in the app name *simple-todo-api*, and then select **Java artifacts** as the deployment type.
62+
1. On the **Create App** page, fill in the app name **simple-todo-api**, and then select **Java artifacts** as the deployment type.
6363

6464
1. Select **Create** to finish the app creation and then select the app to view the details.
6565

@@ -74,7 +74,7 @@ Use the following steps to connect your service instances:
7474
- **Service type**: **DB for PostgreSQL flexible server**
7575
- **Connection name**: An automatically generated name is populated, which can also be modified.
7676
- **Subscription**: Select your subscription.
77-
- **PostgreSQL flexible server**: *my-demo-pgsql*
77+
- **PostgreSQL flexible server**: **my-demo-pgsql**
7878
- **PostgreSQL database**: Select the database you created.
7979
- **Client type**: **SpringBoot**
8080

@@ -86,7 +86,7 @@ Use the following steps to connect your service instances:
8686

8787
- **Select the authentication type you'd like to use between your compute service and target service.**: Select **Connection string**.
8888
- **Continue with...**: Select **Database credentials**
89-
- **Username**: *myadmin*
89+
- **Username**: **myadmin**
9090
- **Password**: Enter your password.
9191

9292
:::image type="content" source="../../media/quickstart-deploy-restful-api-app/app-service-connector-authentication.png" alt-text="Screenshot of the Azure portal that shows the Authentication tab of the Create connection pane with the Connection string option highlighted." lightbox="../../media/quickstart-deploy-restful-api-app/app-service-connector-authentication.png":::

articles/spring-apps/enterprise/includes/quickstart-deploy-restful-api-app/expose-restful-apis.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Use the following steps to expose your RESTful APIs in Microsoft Entra ID:
2323

2424
1. Under **Manage**, select **App registrations** > **New registration**.
2525

26-
1. Enter a name for your application in the **Name** field - for example, *Todo*. Users of your app might see this name, and you can change it later.
26+
1. Enter a name for your application in the **Name** field - for example, **Todo**. Users of your app might see this name, and you can change it later.
2727

2828
1. For **Supported account types**, select **Accounts in any organizational directory (Any Microsoft Entra directory - Multitenant) and personal Microsoft accounts**.
2929

@@ -37,13 +37,13 @@ Use the following steps to expose your RESTful APIs in Microsoft Entra ID:
3737

3838
1. Under **Manage**, select **Expose an API** > **Add a scope**, and then enter the following information:
3939

40-
- For **Scope name**, enter *ToDo.Read*.
40+
- For **Scope name**, enter **ToDo.Read**.
4141
- For **Who can consent**, select **Admins only**.
4242
- For **Admin consent display name**, enter *Read the ToDo data*.
4343
- For **Admin consent description**, enter *Allows authenticated users to read the ToDo data.*.
4444
- For **State**, keep it enabled.
4545
- Select **Add scope**.
4646

47-
1. Repeat the previous steps to add the other two scopes: *ToDo.Write* and *ToDo.Delete*.
47+
1. Repeat the previous steps to add the other two scopes: **ToDo.Write** and **ToDo.Delete**.
4848

4949
:::image type="content" source="../../media/quickstart-deploy-restful-api-app/expose-an-api.png" alt-text="Screenshot of the Azure portal that shows the Expose an API page of a RESTful API application." lightbox="../../media/quickstart-deploy-restful-api-app/expose-an-api.png":::

articles/spring-apps/enterprise/secure-communications-end-to-end.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ A Spring Boot app can use Spring's approach to enable HTTPS, or the app can secu
6363

6464
You need the following three configuration steps to secure communications using a TLS/SSL certificate from an Azure Key Vault. No code is necessary.
6565

66-
1. Include the following Azure Key Vault Certificates Spring Boot Starter dependency in your *pom.xml* file:
66+
1. Include the following Azure Key Vault Certificates Spring Boot Starter dependency in your **pom.xml** file:
6767

6868
```xml
6969
<dependency>

articles/spring-apps/enterprise/troubleshoot-build-exit-code.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,23 +28,23 @@ The following list describes some common exit codes:
2828

2929
- **20** - All buildpack groups have failed to detect.
3030

31-
Consider the following possible causes of an exit code of *20*:
31+
Consider the following possible causes of an exit code of `20`:
3232

3333
- The builder you're using doesn't support the language your project used.
3434

3535
If you're using the default builder, check the language the default builder supports. For more information, see the [Supported APM types](how-to-enterprise-configure-apm-integration-and-ca-certificates.md#supported-apm-types) section of [How to configure APM integration and CA certificates](how-to-enterprise-configure-apm-integration-and-ca-certificates.md).
3636

3737
If you're using the custom builder, check whether your custom builder's buildpack supports the language your project used.
3838

39-
- You're running against the wrong path; for example, your Maven project's *pom.xml* file isn't in the root path.
39+
- You're running against the wrong path; for example, your Maven project's **pom.xml** file isn't in the root path.
4040

41-
Set `BP_MAVEN_POM_FILE` to specify the location of the project's *pom.xml* file.
41+
Set `BP_MAVEN_POM_FILE` to specify the location of the project's **pom.xml** file.
4242

43-
- There's something wrong with your application; for example, your *.jar* file doesn't have a */META-INF/MANIFEST.MF* file that contains a `Main-Class` entry.
43+
- There's something wrong with your application; for example, your **.jar** file doesn't have a **/META-INF/MANIFEST.MF** file that contains a `Main-Class` entry.
4444

4545
- **51** - Buildpack build error.
4646

47-
Consider the following possible causes of an exit code of *51*:
47+
Consider the following possible causes of an exit code of `51`:
4848

4949
- If Azure Spring Apps displays the error message `Build failed in stage build with reason OOMKilled` in the Azure CLI console, the build failed due to insufficient memory.
5050

@@ -68,7 +68,7 @@ The following list describes some common exit codes:
6868
6969
- **62** - Failed to write image to Azure Container Registry.
7070
71-
Consider the following possible cause of an exit code of *62*:
71+
Consider the following possible cause of an exit code of `62`:
7272
7373
- If Azure Spring Apps displays the error message `Failed to write image to the following tags` in the build log, the build failed because of a network issue.
7474

0 commit comments

Comments
 (0)