You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/azure-resource-manager/managed-applications/create-uidefinition-overview.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ ms.date: 03/26/2021
7
7
8
8
# CreateUiDefinition.json for Azure managed application's create experience
9
9
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.
11
11
12
12
The template is as follows
13
13
@@ -41,11 +41,11 @@ The schema of the parameters property depends on the combination of the specifie
41
41
42
42
Including `$schema` is recommended, but optional. If specified, the value for `version` must match the version within the `$schema` URI.
43
43
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).
45
45
46
46
## Config
47
47
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.
49
49
50
50
```json
51
51
"config": {
@@ -200,7 +200,7 @@ CreateUiDefinition provides [functions](create-uidefinition-functions.md) for wo
200
200
201
201
## Next steps
202
202
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:
Copy file name to clipboardExpand all lines: articles/azure-resource-manager/managed-applications/test-createuidefinition.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,17 +11,17 @@ After [creating the createUiDefinition.json file](create-uidefinition-overview.m
11
11
12
12
## Prerequisites
13
13
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).
15
15
16
16
* An Azure subscription. If you don't have an Azure subscription, [create a free account](https://azure.microsoft.com/free/) before you begin.
17
17
18
18
## Use sandbox
19
19
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).
0 commit comments