Skip to content

Commit c7bae99

Browse files
committed
fix issues
1 parent 2045c54 commit c7bae99

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

articles/cyclecloud/how-to/plan-prod-deployment.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ ms.author: adjohnso
88

99
# Plan your CycleCloud production deployment
1010

11+
Before you deploy Azure CycleCloud in a production environment, you need to carefully plan your infrastructure, configuration, and operational processes. This article provides guidance on key decisions and requirements to ensure a successful and reliable CycleCloud deployment. It covers initial setup, application integration, data management, and disaster recovery.
12+
1113
## Azure CycleCloud deployment
1214

1315
* Choose the version of CycleCloud to deploy:

articles/cyclecloud/how-to/projects.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Projects
3-
description: Learn about projects in Azure CycleCloud. A project is a collection of resources which define node configurations. Projects contain specs.
3+
description: Learn about projects in Azure CycleCloud. A project is a collection of resources that define node configurations. Projects contain specs.
44
author: KimliW
55
ms.date: 07/01/2025
66
ms.author: adjohnso
@@ -32,7 +32,7 @@ A **locker** is a reference to a storage account container and credential. Nodes
3232

3333
Azure CycleCloud uses a shorthand for storage accounts. For example, you can write _`https://mystorage.blob.core.windows.net/mycontainer`_ as _az://mystorage/mycontainer_.
3434

35-
The node uses the pogo tool to download each project it references from the locker:
35+
The node uses the `pogo` tool to download each project it references from the locker:
3636

3737
```azurecli-interactive
3838
pogo get az://mystorage/mycontainer/projects/okta/1.3.0/bind
@@ -48,7 +48,7 @@ You're responsible for mirroring any extra projects to the locker. The [CycleClo
4848
cyclecloud project init myproject
4949
```
5050

51-
and mirror projects to lockers:
51+
And, mirror projects to lockers:
5252

5353
```azurecli-interactive
5454
cyclecloud project init mylocker

0 commit comments

Comments
 (0)