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/marketplace/azure-container-technical-assets-kubernetes.md
+5-7Lines changed: 5 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -45,6 +45,9 @@ In addition to your solution domain, your engineering team should have knowledge
45
45
- Single containers are not supported.
46
46
- Linked Azure Resource Manager templates are not supported.
47
47
48
+
> [!IMPORTANT]
49
+
> The Kubernetes application-based offer experience is in preview. Preview features are available on a self-service, opt-in basis. Previews are provided "as is" and "as available," and they're excluded from the service-level agreements and limited warranty. Previews are partially covered by customer support on a best-effort basis. As such, these features aren't meant for production use.
50
+
48
51
## Publishing overview
49
52
50
53
The first step to publish your Kubernetes app-based Container offer on the Azure Marketplace is to package your application as a [Cloud Native Application Bundle (CNAB)][cnab]. This CNAB, comprised of your application’s artifacts, will be first published to your private Azure Container Registry (ACR) and later pushed to an Azure Marketplace-specific public ACR and will be used as the single artifact you reference in Partner Center.
@@ -171,12 +174,10 @@ To ensure the Helm chart is valid, test that it's installable on a local cluster
171
174
172
175
### Create and test the createUiDefinition
173
176
174
-
A createUiDefinition is a JSON file that defines the user interface elements for the Azure portal when deploying the application. For more information, see [CreateUiDefinition.json for Azure][createuidefinition] or see an [example of a UI definition] that asks for input data for a new or existing cluster choice and passes parameters into your application.
177
+
A createUiDefinition is a JSON file that defines the user interface elements for the Azure portal when deploying the application. For more information, see [CreateUiDefinition.json for Azure][createuidefinition] or see an [example of a UI definition][ui-sample] that asks for input data for a new or existing cluster choice and passes parameters into your application.
175
178
176
179
After creating the createUiDefinition.json file for your application, you need to test the user experience. To simplify testing, use a [sandbox environment][sandbox-environment] that loads your file in the portal. The sandbox presents your user interface in the current, full-screen portal experience. The sandbox is the recommended way to preview the user interface.
177
180
178
-
For an example, see the follwing [createUiDefinition sample][ui-sample].
179
-
180
181
### Create the Azure Resource Manager (ARM) template (optional)
181
182
182
183
An [ARM template][arm-template-overview] defines the Azure resources to deploy. You will be deploying a cluster extension resource for the Azure Marketplace application. Optionally, you can choose to deploy an AKS cluster.
@@ -300,7 +301,4 @@ For an example of how to integrate `container-package-app` into an Azure Pipelin
0 commit comments