Skip to content

Commit 88d83dc

Browse files
committed
more fixes
1 parent 732c0ef commit 88d83dc

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

articles/marketplace/azure-container-technical-assets-kubernetes.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,9 @@ In addition to your solution domain, your engineering team should have knowledge
4545
- Single containers are not supported.
4646
- Linked Azure Resource Manager templates are not supported.
4747

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+
4851
## Publishing overview
4952

5053
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
171174

172175
### Create and test the createUiDefinition
173176

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.
175178

176179
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.
177180

178-
For an example, see the follwing [createUiDefinition sample][ui-sample].
179-
180181
### Create the Azure Resource Manager (ARM) template (optional)
181182

182183
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
300301
[ui-sample]: https://github.com/Azure-Samples/kubernetes-offer-samples/blob/main/samples/createUIDefinition.json
301302
[pipeline-sample]: https://github.com/Azure-Samples/kubernetes-offer-samples/blob/main/samples/azure-pipelines.yml
302303
[arm-template-sample]: https://github.com/Azure-Samples/kubernetes-offer-samples/blob/main/samples/mainTemplate.json
303-
[manifest-sample]: https://github.com/Azure-Samples/kubernetes-offer-samples/blob/main/samples/manifest.yaml
304-
305-
<!-- TBD Links -->
306-
[arm-template-sample]: https://docs.microsoft.com
304+
[manifest-sample]: https://github.com/Azure-Samples/kubernetes-offer-samples/blob/main/samples/manifest.yaml

0 commit comments

Comments
 (0)