Skip to content

Commit f8b7ccc

Browse files
committed
moved blueprint properties to a sub folder and added a page for sticky notes
1 parent 7b12d7a commit f8b7ccc

File tree

36 files changed

+117
-73
lines changed

36 files changed

+117
-73
lines changed

docs/admin/cloudshell-manage-dashboard/manage-app-templates/app-template/app-resource.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ When adding or editing an App, click **App Resource** in the left page, to optio
99
![](/Images/CloudShell-Portal/Manage/AppResource.png)
1010

1111
:::tip
12-
To help sandbox end-users connect to the VM, it is recommended to include the **User** and **Password** in the blueprint's instructions. For additional information, see [Add Instructions](../../../../portal/blueprints/creating-blueprints/add-instructions.md).
12+
To help sandbox end-users connect to the VM, it is recommended to include the **User** and **Password** in the blueprint's instructions. For additional information, see [Add Instructions](../../../../portal/blueprints/creating-blueprints/blueprint-properties/add-instructions.md).
1313
:::
1414

1515
<table>

docs/admin/cloudshell-manage-dashboard/managing-automation/managing-assets.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -418,8 +418,8 @@ For additional information, see [What are Python Virtual Environments?](../../cl
418418
## Related Topics
419419

420420
- [Creating Blueprints](../../../portal/blueprints/creating-blueprints/index.md)
421-
- [Create Blueprint Commands](../../../portal/blueprints/creating-blueprints/create-blueprint-commands.md)
422-
- [Configure Blueprint Orchestration](../../../portal/blueprints/creating-blueprints/configure-orchestration.md)
421+
- [Create Blueprint Commands](../../../portal/blueprints/creating-blueprints/blueprint-properties/create-blueprint-commands.md)
422+
- [Configure Blueprint Orchestration](../../../portal/blueprints/creating-blueprints/blueprint-properties/configure-orchestration.md)
423423
- [Run Commands](../../../portal/sandboxes/sandbox-workspace/run-commands.md)
424424
- [Run App Commands](../../../portal/sandboxes/sandbox-workspace/apps/run-app-commands.md)
425425
- [CloudShell Sandbox Template](../blueprint-templates.md#cloudshell-sandbox-template)

docs/admin/cloudshell-manage-dashboard/managing-automation/managing-drivers.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -156,8 +156,8 @@ For additional information, see [What are Python Virtual Environments?](../../..
156156
## Related Topics
157157

158158
- [Creating Blueprints](../../../portal/blueprints/creating-blueprints/index.md)
159-
- [Create Blueprint Commands](../../../portal/blueprints/creating-blueprints/create-blueprint-commands.md)
160-
- [Configure Blueprint Orchestration](../../../portal/blueprints/creating-blueprints/configure-orchestration.md)
159+
- [Create Blueprint Commands](../../../portal/blueprints/creating-blueprints/blueprint-properties/create-blueprint-commands.md)
160+
- [Configure Blueprint Orchestration](../../../portal/blueprints/creating-blueprints/blueprint-properties/configure-orchestration.md)
161161
- [Run Commands](../../../portal/sandboxes/sandbox-workspace/run-commands.md)
162162
- [Run App Commands](../../../portal/sandboxes/sandbox-workspace/apps/run-app-commands.md)
163163
- [CloudShell Sandbox Template](../../../admin/cloudshell-manage-dashboard/blueprint-templates.md#cloudshell-sandbox-template)

docs/admin/setting-up-cloudshell/cloudshell-configuration-options/advanced-cloudshell-customizations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -776,7 +776,7 @@ By default, Quali Server runs orchestration scripts directly in the sandbox, ign
776776

777777
2. Save the file.
778778
3. Restart the **Quali Server** service.
779-
4. Make sure a driver is added to all blueprints in CloudShell. For details, see [Add Setup and Teardown scripts](../../../portal/blueprints/creating-blueprints/configure-orchestration.md#add-setup-and-teardown-scripts).
779+
4. Make sure a driver is added to all blueprints in CloudShell. For details, see [Add Setup and Teardown scripts](../../../portal/blueprints/creating-blueprints/blueprint-properties/configure-orchestration.md#add-setup-and-teardown-scripts).
780780

781781
### Increasing the time allowed for Quali Server to stop gracefully
782782

docs/admin/setting-up-cloudshell/cloudshell-configuration-options/customizing-sandboxes-dashboard.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@ sidebar_position: 9
44

55
# Customizing The Sandboxes Dashboard
66

7-
You can display [sandbox inputs](../../../portal/blueprints/creating-blueprints/add-user-inputs.md) in the [sandboxes dashboard](../../../portal/sandboxes/sandboxes-dashboard.md), and use them to filter sandboxes.
7+
You can display [sandbox inputs](../../../portal/blueprints/creating-blueprints/blueprint-properties/add-user-inputs.md) in the [sandboxes dashboard](../../../portal/sandboxes/sandboxes-dashboard.md), and use them to filter sandboxes.
88

99
Requirements:
1010
- [Configure an attribute](../../../admin/setting-up-cloudshell/inventory-operations/resource-data-modeling-for-1st-gen-shells/attributes.md) to have the following rules:
1111
- For an [attribute sandbox filter](#sandbox-filter): *Sandbox Filter*
1212
- For custom column: *Custom Sandbox Column*
1313
![attribute rules](/Images/Admin-Guide/CustomizingSandboxesDashboard/AttributeRules.png)
14-
- Sandbox inputs must be [bound to an attribute](../../../portal/blueprints/creating-blueprints/link-global-input-to-attribute.md)
14+
- Sandbox inputs must be [bound to an attribute](../../../portal/blueprints/creating-blueprints/blueprint-properties/link-global-input-to-attribute.md)
1515

1616
## Sandbox Filter
1717

docs/admin/setting-up-cloudshell/cloudshell-configuration-options/save-sandbox-configurations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ You can only save a sandbox if its blueprint has the **Enable Sandbox Save** che
4646
- In the **Save Sandbox** area, ensure that the **Enable Sandbox Save** is checked.
4747
- In the **Scripts** area, ensure that **Default Sandbox Save** and **Default Sandbox Restore** scripts are included in the blueprint properties.
4848

49-
For more information, see [Add save and restore orchestration scripts](../../../portal/blueprints/creating-blueprints/configure-orchestration.md#add-save-and-restore-orchestration-scripts).
49+
For more information, see [Add save and restore orchestration scripts](../../../portal/blueprints/creating-blueprints/blueprint-properties/configure-orchestration.md#add-save-and-restore-orchestration-scripts).
5050

5151
## vCenter/OpenStack advanced saving configurations
5252

docs/admin/supported-cloud-providers-in-cloudshell/customizing-app-deployment-types.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ This section explains how to set App creation and orchestration parameters as us
6969

7070
This section explains how to modify the default settings of certain App creation and orchestration parameters that are used when creating Apps in the **Manage** dashboard.
7171
:::note
72-
These parameters are used by CloudShell's **Setup** and **Teardown** scripts. For additional information, see [Configure Blueprint Orchestration](../../portal/blueprints/creating-blueprints/configure-orchestration.md).
72+
These parameters are used by CloudShell's **Setup** and **Teardown** scripts. For additional information, see [Configure Blueprint Orchestration](../../portal/blueprints/creating-blueprints/blueprint-properties/configure-orchestration.md).
7373
:::
7474
### Modifying App parameter defaults for 1<sup>st</sup> Gen shells
7575

docs/admin/supported-cloud-providers-in-cloudshell/kubernetes-integration/add-a-kubernetes-app-template.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ To configure Ansible to connect to certified hosts only (Linux VMs with a valid
282282

283283
![](/Images/CloudShell-Portal/Manage/AppResource.png)
284284
:::important
285-
To help sandbox end-users connect to the VM, it is recommended to include the User and Password in the blueprint's instructions. For additional information, see [Add Instructions](../../../portal/blueprints/creating-blueprints/add-instructions.md).
285+
To help sandbox end-users connect to the VM, it is recommended to include the User and Password in the blueprint's instructions. For additional information, see [Add Instructions](../../../portal/blueprints/creating-blueprints/blueprint-properties/add-instructions.md).
286286
:::
287287

288288
<table>

docs/admin/supported-cloud-providers-in-cloudshell/private-cloud-provider-support-in-cloudshell/openstack-integration-and-configuration/add-an-openstack-app-template.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,7 @@ To configure Ansible to connect to certified hosts only (Linux VMs with a valid
333333

334334
![](/Images/CloudShell-Portal/Manage/AppResource.png)
335335
:::important
336-
To help sandbox end-users connect to the VM, it is recommended to include the **User** and **Password** in the blueprint's instructions. For additional information, see [Add Instructions](../../../../portal/blueprints/creating-blueprints/add-instructions.md).
336+
To help sandbox end-users connect to the VM, it is recommended to include the **User** and **Password** in the blueprint's instructions. For additional information, see [Add Instructions](../../../../portal/blueprints/creating-blueprints/blueprint-properties/add-instructions.md).
337337
:::
338338
<table>
339339
<thead>

docs/admin/supported-cloud-providers-in-cloudshell/private-cloud-provider-support-in-cloudshell/vmware-vcenter-integration-and-configuration/add-a-vcenter-app-template.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -687,7 +687,7 @@ The App template defines the settings and configurations of the VM to be deploye
687687

688688
![](/Images/CloudShell-Portal/Manage/AppResource.png)
689689
:::important
690-
To help sandbox end-users connect to the VM, it is recommended to include the **User** and **Password** in the blueprint's instructions. For additional information, see [Add Instructions](../../../../portal/blueprints/creating-blueprints/add-instructions.md).
690+
To help sandbox end-users connect to the VM, it is recommended to include the **User** and **Password** in the blueprint's instructions. For additional information, see [Add Instructions](../../../../portal/blueprints/creating-blueprints/blueprint-properties/add-instructions.md).
691691
:::
692692

693693
<table>

0 commit comments

Comments
 (0)