Skip to content

Commit 5ab8d29

Browse files
CopilotIEvangelist
andcommitted
Rename and relocate deployment state doc outside Azure section
Co-authored-by: IEvangelist <7679720+IEvangelist@users.noreply.github.com>
1 parent 4ed162e commit 5ab8d29

File tree

5 files changed

+13
-9
lines changed

5 files changed

+13
-9
lines changed

.openpublishing.redirection.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -335,6 +335,10 @@
335335
{
336336
"source_path_from_root": "/docs/fundamentals/build-container-images.md",
337337
"redirect_url": "/dotnet/aspire/fundamentals/custom-deployments"
338+
},
339+
{
340+
"source_path_from_root": "/docs/deployment/aspire-deploy/local-deployment-state.md",
341+
"redirect_url": "/dotnet/aspire/deployment/deployment-state-caching"
338342
}
339343
]
340344
}

docs/cli-reference/aspire-deploy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,4 +113,4 @@ The following options are available:
113113

114114
## See also
115115

116-
- [Local deployment state](../deployment/aspire-deploy/local-deployment-state.md)
116+
- [Deployment state caching](../deployment/deployment-state-caching.md)

docs/deployment/aspire-deploy/aca-deployment-aspire-cli.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ Save to user secrets: [y/n] (n): n
139139
```
140140

141141
> [!NOTE]
142-
> The CLI continuously prompts until all unresolved parameters are provided with values. The `aspire deploy` command caches deployment state locally to streamline subsequent deployments. For more information, see [Local deployment state](local-deployment-state.md).
142+
> The CLI continuously prompts until all unresolved parameters are provided with values. The `aspire deploy` command caches deployment state locally to streamline subsequent deployments. For more information, see [Deployment state caching](../deployment-state-caching.md).
143143
144144
Once parameters are collected, Azure infrastructure is provisioned using Bicep templates. This step creates the necessary Azure resources including the Container Apps environment, Container Registry, and any backing services like Redis caches:
145145

docs/deployment/aspire-deploy/local-deployment-state.md renamed to docs/deployment/deployment-state-caching.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
---
2-
title: Local deployment state
2+
title: Deployment state caching
33
description: Learn how the aspire deploy command manages deployment state through cached configuration files.
44
ms.date: 10/17/2025
55
ai-usage: ai-assisted
66
---
77

8-
# Local deployment state
8+
# Deployment state caching
99

1010
The `aspire deploy` command manages deployment state through cached configuration files stored locally on your machine. This caching mechanism streamlines repeated deployments by preserving provisioning settings and parameters, making subsequent deployments faster and more efficient.
1111

@@ -167,5 +167,5 @@ Consider these security best practices:
167167

168168
## See also
169169

170-
- [aspire deploy command reference](../../cli-reference/aspire-deploy.md)
171-
- [Deploy to Azure Container Apps using Aspire CLI](aca-deployment-aspire-cli.md)
170+
- [aspire deploy command reference](../cli-reference/aspire-deploy.md)
171+
- [Deploy to Azure Container Apps using Aspire CLI](aspire-deploy/aca-deployment-aspire-cli.md)

docs/toc.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -491,16 +491,16 @@ items:
491491
href: deployment/overview.md
492492
- name: Building custom deployment pipelines
493493
href: fundamentals/custom-deployments.md
494+
- name: Deployment state caching
495+
href: deployment/deployment-state-caching.md
496+
displayName: deployment state,deployment cache,clear-cache,deployment settings,aspire deploy
494497
- name: Azure deployment with Aspire
495498
items:
496499
- name: Deploy to Azure Container Apps using Aspire CLI
497500
href: deployment/aspire-deploy/aca-deployment-aspire-cli.md
498501
- name: Deploy to Azure Container Apps using Visual Studio
499502
href: deployment/aspire-deploy/aca-deployment-visual-studio.md
500503
displayName: azure container apps,vs
501-
- name: Local deployment state
502-
href: deployment/aspire-deploy/local-deployment-state.md
503-
displayName: deployment state,deployment cache,clear-cache,deployment settings
504504
- name: Azure security best practices
505505
href: deployment/aspire-deploy/azure-security-best-practices.md
506506
displayName: azure security,security best practices,container security,managed identity

0 commit comments

Comments
 (0)