Skip to content

Commit 0a8bf18

Browse files
committed
fixes portal links
1 parent 9722a81 commit 0a8bf18

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

articles/azure-resource-manager/managed-applications/create-uidefinition-overview.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.date: 03/26/2021
77

88
# CreateUiDefinition.json for Azure managed application's create experience
99

10-
This document introduces the core concepts of the **createUiDefinition.json** file. The Azure portal uses this file to define the user interface when creating a managed application.
10+
This document introduces the core concepts of the _createUiDefinition.json_ file. The Azure portal uses this file to define the user interface when creating a managed application.
1111

1212
The template is as follows
1313

@@ -41,11 +41,11 @@ The schema of the parameters property depends on the combination of the specifie
4141

4242
Including `$schema` is recommended, but optional. If specified, the value for `version` must match the version within the `$schema` URI.
4343

44-
You can use a JSON editor to create your createUiDefinition then test it in the [createUiDefinition Sandbox](https://portal.azure.com/?feature.customPortal=false&#blade/Microsoft_Azure_CreateUIDef/SandboxBlade) to preview it. For more information about the sandbox, see [Test your portal interface for Azure Managed Applications](test-createuidefinition.md).
44+
You can use a JSON editor to create your createUiDefinition then test it in the [createUiDefinition Sandbox](https://portal.azure.com/#blade/Microsoft_Azure_CreateUIDef/SandboxBlade) to preview it. For more information about the sandbox, see [Test your portal interface for Azure Managed Applications](test-createuidefinition.md).
4545

4646
## Config
4747

48-
The `config` property is optional. Use it to either override the default behavior of the basics step, or to set your interface as a step-by-step wizard. If `config` is used, it's the first property in the **createUiDefinition.json** file's `parameters` section. The following example shows the available properties.
48+
The `config` property is optional. Use it to either override the default behavior of the basics step, or to set your interface as a step-by-step wizard. If `config` is used, it's the first property in the _createUiDefinition.json_ file's `parameters` section. The following example shows the available properties.
4949

5050
```json
5151
"config": {
@@ -200,7 +200,7 @@ CreateUiDefinition provides [functions](create-uidefinition-functions.md) for wo
200200

201201
## Next steps
202202

203-
The createUiDefinition.json file itself has a simple schema. The real depth of it comes from all the supported elements and functions. Those items are described in greater detail at:
203+
The _createUiDefinition.json_ file itself has a simple schema. The real depth of it comes from all the supported elements and functions. Those items are described in greater detail at:
204204

205205
- [Elements](create-uidefinition-elements.md)
206206
- [Functions](create-uidefinition-functions.md)

articles/azure-resource-manager/managed-applications/test-createuidefinition.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,17 +11,17 @@ After [creating the createUiDefinition.json file](create-uidefinition-overview.m
1111

1212
## Prerequisites
1313

14-
* A **createUiDefinition.json** file. If you don't have this file, copy the [sample file](https://github.com/Azure/azure-quickstart-templates/blob/master/demos/100-marketplace-sample/createUiDefinition.json).
14+
* A _createUiDefinition.json_ file. If you don't have this file, copy the [sample file](https://github.com/Azure/azure-quickstart-templates/blob/master/demos/100-marketplace-sample/createUiDefinition.json).
1515

1616
* An Azure subscription. If you don't have an Azure subscription, [create a free account](https://azure.microsoft.com/free/) before you begin.
1717

1818
## Use sandbox
1919

20-
1. Open the [Create UI Definition Sandbox](https://portal.azure.com/?feature.customPortal=false&#blade/Microsoft_Azure_CreateUIDef/SandboxBlade).
20+
1. Open the [Create UI Definition Sandbox](https://portal.azure.com/#blade/Microsoft_Azure_CreateUIDef/SandboxBlade).
2121

2222
![Show sandbox](./media/test-createuidefinition/show-sandbox.png)
2323

24-
1. Replace the empty definition with the contents of your createUiDefinition.json file. Select **Preview**.
24+
1. Replace the empty definition with the contents of your _createUiDefinition.json_ file. Select **Preview**.
2525

2626
![Select preview](./media/test-createuidefinition/select-preview.png)
2727

0 commit comments

Comments
 (0)