Skip to content

Commit 0ff7534

Browse files
authored
Merge pull request #293835 from JoshTheTechWriter/italics-to-bold
Bulk formatting updates
2 parents d298ea9 + b662feb commit 0ff7534

23 files changed

+78
-78
lines changed

articles/spring-apps/basic-standard/access-app-virtual-network.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Use the following steps to create a private DNS zone for an application in the p
4242

4343
1. On the **Private DNS zones** page, select **Add**.
4444

45-
1. Fill out the form on the **Create Private DNS zone** page. For **Name**, enter *private.azuremicroservices.io*.
45+
1. Fill out the form on the **Create Private DNS zone** page. For **Name**, enter **private.azuremicroservices.io**.
4646

4747
1. Select **Review + Create**.
4848

@@ -212,9 +212,9 @@ Use the following steps to use the private DNS zone to translate/resolve DNS:
212212
|----------------|-----------------------------------------------------------------------------------------------------------------------------|
213213
| **Name** | Enter *\**. |
214214
| **Type** | Select **A**. |
215-
| **TTL** | Enter *1*. |
215+
| **TTL** | Enter **1**. |
216216
| **TTL unit** | Select **Hours**. |
217-
| **IP address** | Enter the [IP address](#find-the-ip-address-for-your-application). The following screenshot uses the IP address *10.1.0.7*. |
217+
| **IP address** | Enter the [IP address](#find-the-ip-address-for-your-application). The following screenshot uses the IP address **10.1.0.7**. |
218218

219219
:::image type="content" source="media/access-app-virtual-network/private-dns-zone-add-record.png" alt-text="Screenshot of the Azure portal that shows the Add record set page." lightbox="media/access-app-virtual-network/private-dns-zone-add-record.png":::
220220

@@ -246,7 +246,7 @@ Use the following steps to link the private DNS zone you created to the virtual
246246

247247
1. Select **Virtual network links**, and then select **Add**.
248248

249-
1. For **Link name**, enter *azure-spring-apps-dns-link*.
249+
1. For **Link name**, enter **azure-spring-apps-dns-link**.
250250

251251
1. For **Virtual network**, select the virtual network you created previously.
252252

articles/spring-apps/basic-standard/concept-app-status.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ The provisioning state is accessible only from the CLI. The status is reported a
5151
| Creating | The resource is creating and isn't ready. |
5252
| Updating | The resource is updating and the functionality might be different from the deployment definition until the update is complete. |
5353
| Succeeded | Successfully supplied resources and deploys the binary. The deployment's functionality is the same as the definition and all app instances are working. |
54-
| Failed | Failed to achieve the *Succeeded* goal. |
54+
| Failed | Failed to achieve the **Succeeded** goal. |
5555
| Deleting | The resource is being deleted which prevents operation, and the resource isn't available in this status. |
5656

5757
### Registration status
@@ -73,9 +73,9 @@ The instance status is reported as one of the following values:
7373

7474
| Value | Definition |
7575
|-------------|------------|
76-
| Starting | The binary is successfully deployed to the given instance. The instance booting the jar file might fail because the jar can't run properly. Azure Spring Apps restarts the app instance in 60 seconds if it detects that the app instance is still in the *Starting* state. |
76+
| Starting | The binary is successfully deployed to the given instance. The instance booting the **.jar** file might fail because the **.jar** file can't run properly. Azure Spring Apps restarts the app instance in 60 seconds if it detects that the app instance is still in the **Starting** state. |
7777
| Running | The instance works. The instance can serve requests from inside Azure Spring Apps. |
78-
| Failed | The app instance failed to start the user's binary after several retries. The app instance might be in one of the following states:<br/>- The app might stay in the *Starting* status and never be ready for serving requests.<br/>- The app might boot up but crash in a few seconds. |
78+
| Failed | The app instance failed to start the user's binary after several retries. The app instance might be in one of the following states:<br/>- The app might stay in the **Starting** status and never be ready for serving requests.<br/>- The app might boot up but crash in a few seconds. |
7979
| Terminating | The app instance is shutting down. The app might not serve requests and the app instance is removed. |
8080

8181
### App discovery status

articles/spring-apps/basic-standard/concept-understand-app-and-deployment.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ ms.custom: devx-track-java, devx-track-extended-java
1717

1818
**This article applies to:** ✅ Basic/Standard ✅ Enterprise
1919

20-
*App* and *Deployment* are the two key concepts in the resource model of Azure Spring Apps. In Azure Spring Apps, an *App* is an abstraction of one business app. One version of code or binary deployed as the *App* runs in a *Deployment*. Apps run in an *Azure Spring Apps service instance*, or simply *service instance*, as shown next.
20+
*App* and *Deployment* are the two key concepts in the resource model of Azure Spring Apps. In Azure Spring Apps, an App is an abstraction of one business app. One version of code or binary deployed as the App runs in a Deployment. Apps run in an *Azure Spring Apps service instance*, or simply *service instance*, as shown next.
2121

2222
:::image type="content" source="media/concept-understand-app-and-deployment/app-deployment-rev.png" alt-text="Diagram showing the relationship between the apps and deployments." border="false":::
2323

articles/spring-apps/basic-standard/connect-managed-identity-to-azure-sql.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ az ad sp show --id <identity-object-ID> --query displayName
5454

5555
### Configure your Java app to use a managed identity
5656

57-
Open the *src/main/resources/application.properties* file, then add `Authentication=ActiveDirectoryMSI;` at the end of the `spring.datasource.url` line, as shown in the following example. Be sure to use the correct value for the $AZ_DATABASE_NAME variable.
57+
Open the **src/main/resources/application.properties** file, then add `Authentication=ActiveDirectoryMSI;` at the end of the `spring.datasource.url` line, as shown in the following example. Be sure to use the correct value for the $AZ_DATABASE_NAME variable.
5858

5959
```properties
6060
spring.datasource.url=jdbc:sqlserver://$AZ_DATABASE_NAME.database.windows.net:1433;database=demo;encrypt=true;trustServerCertificate=false;hostNameInCertificate=*.database.windows.net;loginTimeout=30;Authentication=ActiveDirectoryMSI;

articles/spring-apps/basic-standard/diagnostic-services.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ Use this query to find response `Status`, `RequestTime`, and other properties of
209209

210210
### Show ingress log entries for a specific requestId
211211

212-
To review log entries for a specific `requestId` value *\<request_ID>*, run the following query:
212+
To review log entries for a specific `requestId` value `<request_ID>`, run the following query:
213213

214214
```kusto
215215
AppPlatformIngressLogs
@@ -230,7 +230,7 @@ AppPlatformBuildLogs
230230

231231
### Show build log entries for a specific app in a specific build stage
232232

233-
To review log entries for a specific app in a specific build stage, run the following query. Replace the *`<app-name>`* placeholder with your application name. Replace the *`<build-stage>`* placeholder with one of the following values, which represent the stages of the build process: `prepare`, `detect`, `restore`, `analyze`, `build`, `export`, or `completion`.
233+
To review log entries for a specific app in a specific build stage, run the following query. Replace the `<app-name>` placeholder with your application name. Replace the `<build-stage>` placeholder with one of the following values, which represent the stages of the build process: `prepare`, `detect`, `restore`, `analyze`, `build`, `export`, or `completion`.
234234

235235
```kusto
236236
AppPlatformBuildLogs

articles/spring-apps/basic-standard/faq.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ For the quickest way to get started with Azure Spring Apps, follow the instructi
8989

9090
Find metrics in the App Overview tab and the [Azure Monitor](/azure/azure-monitor/essentials/data-platform-metrics#metrics-explorer) tab.
9191

92-
Azure Spring Apps supports exporting Spring application logs and metrics to Azure Storage, Event Hubs, and [Log Analytics](/azure/azure-monitor/logs/data-platform-logs). The table name in Log Analytics is *AppPlatformLogsforSpring*. To learn how to enable it, see [Diagnostic services](diagnostic-services.md).
92+
Azure Spring Apps supports exporting Spring application logs and metrics to Azure Storage, Event Hubs, and [Log Analytics](/azure/azure-monitor/logs/data-platform-logs). The table name in Log Analytics is `AppPlatformLogsforSpring`. To learn how to enable it, see [Diagnostic services](diagnostic-services.md).
9393

9494
### Does Azure Spring Apps support distributed tracing?
9595

articles/spring-apps/basic-standard/how-to-access-data-plane-azure-ad-rbac.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ After the role is assigned, the assignee can access the Spring Cloud Config Serv
4949
5050
1. Compose the endpoint. We support the default endpoints of the Spring Cloud Config Server and Spring Cloud Service Registry managed by Azure Spring Apps.
5151
52-
* *'https://SERVICE_NAME.svc.azuremicroservices.io/eureka/{path}'*
53-
* *'https://SERVICE_NAME.svc.azuremicroservices.io/config/{path}'*
52+
* `https://SERVICE_NAME.svc.azuremicroservices.io/eureka/<path>`
53+
* `https://SERVICE_NAME.svc.azuremicroservices.io/config/<path>`
5454
5555
>[!NOTE]
5656
> If you're using Microsoft Azure operated by 21Vianet, replace `*.azuremicroservices.io` with `*.microservices.azure.cn`. For more information, see the section [Check endpoints in Azure](/azure/china/resources-developer-guide#check-endpoints-in-azure) in the [Microsoft Azure operated by 21Vianet developer guide](/azure/china/resources-developer-guide).
@@ -77,9 +77,9 @@ After the role is assigned, you can register Spring Boot apps to Spring Cloud Co
7777
7878
For more information, see the samples [Access Azure Spring Apps managed Config Server](https://github.com/Azure-Samples/azure-spring-apps-samples/tree/main/custom-config-server-client) and [Access Azure Spring Apps managed Service Registry](https://github.com/Azure-Samples/azure-spring-apps-samples/tree/main/custom-eureka-client). The following sections explain some important details in these samples.
7979
80-
**In *AccessTokenManager.java*:**
80+
In **AccessTokenManager.java**:
8181
82-
`AccessTokenManager` is responsible for getting an access token from Microsoft Entra ID. Configure the service principal's sign-in information in the *application.properties* file and initialize `ApplicationTokenCredentials` to get the token. You can find this file in both samples.
82+
`AccessTokenManager` is responsible for getting an access token from Microsoft Entra ID. Configure the service principal's sign-in information in the **application.properties** file and initialize `ApplicationTokenCredentials` to get the token. You can find this file in both samples.
8383
8484
```java
8585
prop.load(in);
@@ -91,7 +91,7 @@ credentials = new ApplicationTokenCredentials(
9191
clientId, tenantId, secret, AzureEnvironment.AZURE);
9292
```
9393

94-
**In *CustomConfigServiceBootstrapConfiguration.java*:**
94+
In **CustomConfigServiceBootstrapConfiguration.java**:
9595

9696
`CustomConfigServiceBootstrapConfiguration` implements the custom REST template for Config Server and injects the token from Microsoft Entra ID as `Authorization` headers. You can find this file in the [Config Server sample](https://github.com/Azure-Samples/azure-spring-apps-samples/tree/main/custom-config-server-client).
9797

@@ -111,7 +111,7 @@ public class RequestResponseHandlerInterceptor implements ClientHttpRequestInter
111111
}
112112
```
113113

114-
**In *CustomRestTemplateTransportClientFactories.java*:**
114+
In **CustomRestTemplateTransportClientFactories.java**:
115115

116116
The previous two classes are for the implementation of the custom REST template for Spring Cloud Service Registry. The `intercept` part is the same as in the Config Server above. Be sure to add `factory.mappingJacksonHttpMessageConverter()` to the message converters. You can find this file in the [Spring Cloud Service Registry sample](https://github.com/Azure-Samples/azure-spring-apps-samples/tree/main/custom-eureka-client).
117117

articles/spring-apps/basic-standard/how-to-appdynamics-java-agent-monitor.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ To activate an application through the Azure CLI, use the following steps.
5151

5252
1. Create a resource group.
5353
1. Create an instance of Azure Spring Apps.
54-
1. Create an application using the following command. Replace the placeholders *\<...>* with your own values.
54+
1. Create an application using the following command. Replace the placeholders `<...>` with your own values.
5555

5656
```azurecli
5757
az spring app create \
@@ -81,7 +81,7 @@ To activate an application through the Azure CLI, use the following steps.
8181
APPDYNAMICS_CONTROLLER_PORT=443
8282
```
8383
84-
Azure Spring Apps pre-installs the AppDynamics Java agent to the path */opt/agents/appdynamics/java/javaagent.jar*. You can activate the agent from your applications' JVM options, then configure the agent using environment variables. You can find values for these variables at [Monitor Azure Spring Apps with Java Agent](https://docs.appdynamics.com/appd/24.x/24.3/en/application-monitoring/install-app-server-agents/java-agent/monitor-azure-spring-cloud-with-java-agent). For more information about how these variables help to view and organize reports in the AppDynamics UI, see [Tiers and Nodes](https://docs.appdynamics.com/appd/24.x/24.3/en/application-monitoring/tiers-and-nodes).
84+
Azure Spring Apps pre-installs the AppDynamics Java agent to the path **/opt/agents/appdynamics/java/javaagent.jar**. You can activate the agent from your applications' JVM options, then configure the agent using environment variables. You can find values for these variables at [Monitor Azure Spring Apps with Java Agent](https://docs.appdynamics.com/appd/24.x/24.3/en/application-monitoring/install-app-server-agents/java-agent/monitor-azure-spring-cloud-with-java-agent). For more information about how these variables help to view and organize reports in the AppDynamics UI, see [Tiers and Nodes](https://docs.appdynamics.com/appd/24.x/24.3/en/application-monitoring/tiers-and-nodes).
8585
8686
### Activate an application with the AppDynamics Agent using the Azure portal
8787
@@ -109,7 +109,7 @@ You can also run a provisioning automation pipeline using Terraform, Bicep, or A
109109
110110
### Automate provisioning using Terraform
111111
112-
To configure the environment variables in a Terraform template, add the following code to the template, replacing the *\<...>* placeholders with your own values. For more information, see [Manages an Active Azure Spring Apps Deployment](https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/resources/spring_cloud_active_deployment).
112+
To configure the environment variables in a Terraform template, add the following code to the template, replacing the `<...>` placeholders with your own values. For more information, see [Manages an Active Azure Spring Apps Deployment](https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/resources/spring_cloud_active_deployment).
113113
114114
```terraform
115115
resource "azurerm_spring_cloud_java_deployment" "example" {
@@ -132,7 +132,7 @@ resource "azurerm_spring_cloud_java_deployment" "example" {
132132

133133
### Automate provisioning using Bicep
134134

135-
To configure the environment variables in a Bicep file, add the following code to the file, replacing the *\<...>* placeholders with your own values. For more information, see [Microsoft.AppPlatform Spring/apps/deployments](/azure/templates/microsoft.appplatform/spring/apps/deployments?tabs=bicep).
135+
To configure the environment variables in a Bicep file, add the following code to the file, replacing the `<...>` placeholders with your own values. For more information, see [Microsoft.AppPlatform Spring/apps/deployments](/azure/templates/microsoft.appplatform/spring/apps/deployments?tabs=bicep).
136136

137137
```bicep
138138
deploymentSettings: {
@@ -153,7 +153,7 @@ deploymentSettings: {
153153

154154
### Automate provisioning using an ARM template
155155

156-
To configure the environment variables in an ARM template, add the following code to the template, replacing the *\<...>* placeholders with your own values. For more information, see [Microsoft.AppPlatform Spring/apps/deployments](/azure/templates/microsoft.appplatform/spring/apps/deployments?tabs=json).
156+
To configure the environment variables in an ARM template, add the following code to the template, replacing the `<...>` placeholders with your own values. For more information, see [Microsoft.AppPlatform Spring/apps/deployments](/azure/templates/microsoft.appplatform/spring/apps/deployments?tabs=json).
157157

158158
```JSON
159159
"deploymentSettings": {

articles/spring-apps/basic-standard/how-to-application-insights.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ To check and update the current settings for the Application Insights buildpack
133133
1. Choose your builder.
134134
1. Select **Edit** under the Bindings column.
135135

136-
Application Insights settings are found in the *ApplicationInsights* item listed under the *Binding type* column.
136+
Application Insights settings are found in the **ApplicationInsights** item listed under the **Binding type** column.
137137

138138
1. Select the **Bound** hyperlink, or select **Edit Binding** under the ellipse, to open and edit the Application Insights buildpack bindings.
139139

@@ -147,7 +147,7 @@ Application Insights settings are found in the *ApplicationInsights* item listed
147147

148148
## Manage Application Insights using Azure CLI
149149

150-
You can manage Application Insights using Azure CLI commands. In the following commands, be sure to replace the *\<placeholder>* text with the values described. The *\<service-instance-name>* placeholder refers to the name of your Azure Spring Apps instance.
150+
You can manage Application Insights using Azure CLI commands. In the following commands, be sure to replace the `<placeholder>` text with the values described. The `<service-instance-name>` placeholder refers to the name of your Azure Spring Apps instance.
151151

152152
### Enable Application Insights
153153

@@ -352,7 +352,7 @@ The following sections describe how to automate your deployment using Bicep, Azu
352352

353353
### Bicep
354354

355-
To deploy using a Bicep file, copy the following content into a *main.bicep* file. For more information, see [Microsoft.AppPlatform Spring/monitoringSettings](/azure/templates/microsoft.appplatform/spring/monitoringsettings).
355+
To deploy using a Bicep file, copy the following content into a **main.bicep** file. For more information, see [Microsoft.AppPlatform Spring/monitoringSettings](/azure/templates/microsoft.appplatform/spring/monitoringsettings).
356356

357357
```bicep
358358
param springName string
@@ -376,7 +376,7 @@ resource monitorSetting 'Microsoft.AppPlatform/Spring/monitoringSettings@2020-11
376376

377377
### ARM templates
378378

379-
To deploy using an ARM template, copy the following content into an *azuredeploy.json* file. For more information, see [Microsoft.AppPlatform Spring/monitoringSettings](/azure/templates/microsoft.appplatform/spring/monitoringsettings).
379+
To deploy using an ARM template, copy the following content into an **azuredeploy.json** file. For more information, see [Microsoft.AppPlatform Spring/monitoringSettings](/azure/templates/microsoft.appplatform/spring/monitoringsettings).
380380

381381
```json
382382
{

articles/spring-apps/basic-standard/how-to-bind-cosmos.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Instead of manually configuring your Spring Boot applications, you can automatic
2929

3030
### [Java](#tab/Java)
3131

32-
1. Add one of the following dependencies to your application's *pom.xml* file. Choose the dependency that is appropriate for your API type.
32+
1. Add one of the following dependencies to your application's **pom.xml** file. Choose the dependency that is appropriate for your API type.
3333

3434
* API type: NoSQL
3535

0 commit comments

Comments
 (0)