Skip to content

Commit a2f0efe

Browse files
committed
fixed incorrect file path
1 parent 555239b commit a2f0efe

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

articles/spring-apps/basic-standard/quickstart-setup-config-server.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ az spring config-server git set -n <service instance name> --uri https://github.
8080
::: zone-end
8181

8282
> [!TIP]
83-
> For information on using a private repository for Config Server, see [Configure a managed Spring Cloud Config Server in Azure Spring Apps](./how-to-config-server.md).
83+
> For information on using a private repository for Config Server, see [Configure a managed Spring Cloud Config Server in Azure Spring Apps](../enterprise/how-to-enterprise-config-server.md?pivots=sc-standard&toc=/azure/spring-apps/basic-standard/toc.json&bc=/azure/spring-apps/basic-standard/breadcrumb/toc.json).
8484
8585
## Troubleshooting of Azure Spring Apps Config Server
8686

articles/spring-apps/consumption-dedicated/quickstart-standard-consumption-config-server.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ az spring config-server git set \
3535
```
3636

3737
> [!TIP]
38-
> For information on using a private repository for Config Server, see [Configure a managed Spring Cloud Config Server in Azure Spring Apps](../basic-standard/how-to-config-server.md?toc=/azure/spring-apps/consumption-dedicated/toc.json&bc=/azure/spring-apps/consumption-dedicated/breadcrumb/toc.json).
38+
> For information on using a private repository for Config Server, see [Configure a managed Spring Cloud Config Server in Azure Spring Apps](../enterprise/how-to-enterprise-config-server.md?pivots=sc-standard&toc=/azure/spring-apps/basic-standard/toc.json&bc=/azure/spring-apps/basic-standard/breadcrumb/toc.json).
3939
4040
## Enable Config Server
4141

articles/spring-apps/consumption-dedicated/toc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ items:
9797
- name: Enable and disable Spring Cloud Config Server
9898
href: quickstart-standard-consumption-config-server.md
9999
- name: Set up a Config Server
100-
href: ../basic-standard/how-to-config-server.md?toc=/azure/spring-apps/consumption-dedicated/toc.json&bc=/azure/spring-apps/consumption-dedicated/breadcrumb/toc.json
100+
href: ../enterprise/how-to-enterprise-config-server.md?pivots=sc-standard&toc=/azure/spring-apps/basic-standard/toc.json&bc=/azure/spring-apps/basic-standard/breadcrumb/toc.json
101101
- name: Enable and disable Eureka Server
102102
href: quickstart-standard-consumption-eureka-server.md
103103
- name: Enable Service Registration

articles/spring-apps/enterprise/how-to-move-across-regions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ Wait until the template has deployed successfully. If the deployment fails, view
209209
Some features aren't exported to the template, or can't be imported with a template. You must manually set up some Azure Spring Apps items on the new instance after the template deployment completes successfully. The following guidelines describe these requirements:
210210

211211
- The JAR files for the previous service aren't deployed directly to the new service instance. To deploy all apps, follow the instructions in [Quickstart: Build and deploy apps to Azure Spring Apps](../basic-standard/quickstart-deploy-apps.md). If there's no active deployment configured automatically, you must configure a production deployment. For more information, see [Set up a staging environment in Azure Spring Apps](how-to-staging-environment.md).
212-
- Config Server won't be imported automatically. To set up Config Server on your new instance, see [Configure a managed Spring Cloud Config Server in Azure Spring Apps](../basic-standard/how-to-config-server.md).
212+
- Config Server won't be imported automatically. To set up Config Server on your new instance, see [Configure a managed Spring Cloud Config Server in Azure Spring Apps](../enterprise/how-to-enterprise-config-server.md?pivots=sc-standard&toc=/azure/spring-apps/basic-standard/toc.json&bc=/azure/spring-apps/basic-standard/breadcrumb/toc.json).
213213
- Managed identity is created automatically for the new service instance, but the object ID will be different from the previous instance. For managed identity to work in the new service instance, follow the instructions in [Enable system-assigned managed identity for an application in Azure Spring Apps](how-to-enable-system-assigned-managed-identity.md).
214214
- For Monitoring -> Metrics, see [Metrics for Azure Spring Apps](concept-metrics.md). To avoid mixing the data, create a new Log Analytics instance to collect the new data. You should also create a new instance for other monitoring configurations.
215215
- For Monitoring -> Diagnostic settings and logs, see [Analyze logs and metrics with diagnostics settings](diagnostic-services.md).

articles/spring-apps/enterprise/how-to-prepare-app-deployment.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -289,13 +289,13 @@ Include the `spring-boot-starter-actuator` dependency in the dependencies sectio
289289
## See also
290290

291291
* [Analyze application logs and metrics](./diagnostic-services.md)
292-
* [Set up your Config Server](../basic-standard/how-to-config-server.md)
292+
* [Set up your Config Server](../enterprise/how-to-enterprise-config-server.md?pivots=sc-standard&toc=/azure/spring-apps/basic-standard/toc.json&bc=/azure/spring-apps/basic-standard/breadcrumb/toc.json)
293293
* [Spring Quickstart Guide](https://spring.io/quickstart)
294294
* [Spring Boot documentation](https://spring.io/projects/spring-boot)
295295

296296
## Next steps
297297

298-
In this article, you learned how to configure your Java Spring application for deployment to Azure Spring Apps. To learn how to set up a Config Server instance, see [Set up a Config Server instance](../basic-standard/how-to-config-server.md).
298+
In this article, you learned how to configure your Java Spring application for deployment to Azure Spring Apps. To learn how to set up a Config Server instance, see [Set up a Config Server instance](../enterprise/how-to-enterprise-config-server.md?pivots=sc-standard&toc=/azure/spring-apps/basic-standard/toc.json&bc=/azure/spring-apps/basic-standard/breadcrumb/toc.json).
299299

300300
More samples are available on GitHub: [Azure Spring Apps Samples](https://github.com/Azure-Samples/azure-spring-apps-samples).
301301
::: zone-end

articles/spring-apps/enterprise/troubleshoot.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ Before you onboard your application, ensure that it meets the following criteria
105105

106106
* The application can run locally with the specified Java runtime version.
107107
* The environment config (CPU/RAM/Instances) meets the minimum requirement set by the application provider.
108-
* The configuration items have their expected values. For more information, see [Set up a Spring Cloud Config Server instance for your service](../basic-standard/how-to-config-server.md). For the Enterprise plan, see [Use Application Configuration Service](./how-to-enterprise-application-configuration-service.md).
108+
* The configuration items have their expected values. For more information, see [Set up a Spring Cloud Config Server instance for your service](../enterprise/how-to-enterprise-config-server.md?pivots=sc-standard&toc=/azure/spring-apps/basic-standard/toc.json&bc=/azure/spring-apps/basic-standard/breadcrumb/toc.json). For the Enterprise plan, see [Use Application Configuration Service](./how-to-enterprise-application-configuration-service.md).
109109
* The environment variables have their expected values.
110110
* The JVM parameters have their expected values.
111111
* We recommended that you disable or remove the embedded *Config Server* and *Spring Service Registry* services from the application package.

0 commit comments

Comments
 (0)