Skip to content

Commit 9d6399c

Browse files
authored
Merge pull request #110977 from ianmccabe3/realcontainermigration
Adding articles for container migration second try
2 parents 1dfae18 + dc6280f commit 9d6399c

15 files changed

+498
-1
lines changed

articles/marketplace/TOC.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -462,8 +462,14 @@
462462
href: ./partner-center-portal/azure-apps-review-feedback.md
463463
- name: API for onboarding
464464
href: ./partner-center-portal/azure-app-apis.md
465+
- name: Azure Container offers
466+
items:
467+
- name: Prepare technical assets
468+
href: ./partner-center-portal/create-azure-container-technical-assets.md
469+
- name: Create an Azure Container offer
470+
href: ./partner-center-portal/create-azure-container-offer.md
465471
- name: Consulting services
466-
items:
472+
items:
467473
- name: Prerequisites
468474
href: ./partner-center-portal/consulting-service-prerequisites.md
469475
- name: Create a consulting service offer

articles/marketplace/partner-center-portal/create-azure-container-offer.md

Lines changed: 430 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 61 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,61 @@
1+
---
2+
title: Prepare your Azure Container technical assets
3+
description: This article describes the steps and requirements for configuring a container offer on Azure Marketplace.
4+
author: anbene
5+
ms.author: mingshen
6+
ms.service: marketplace
7+
ms.subservice: partnercenter-marketplace-publisher
8+
ms.topic: conceptual
9+
ms.date: 04/09/2020
10+
---
11+
12+
# Prepare your Azure Container technical assets
13+
14+
> [!IMPORTANT]
15+
> We're moving the management of your Azure Container offers from Cloud Partner Portal to Partner Center. Until your offers are migrated, please follow the instructions in [Prepare your Container technical assets](https://docs.microsoft.com/azure/marketplace/cloud-partner-portal/containers/cpp-create-technical-assets) for Cloud Partner Portal to manage your offers.
16+
17+
This article describes the steps and requirements for configuring a Container offer on Azure Marketplace.
18+
19+
## Before you begin
20+
21+
For Quickstarts, Tutorials, and Samples, see [Azure Container Instances](https://docs.microsoft.com/azure/container-instances).
22+
23+
## Fundamental technical knowledge
24+
25+
Designing, building, and testing these assets takes time and requires technical knowledge of both the Azure platform and the technologies used to build the offer.
26+
27+
In addition to your solution domain, your engineering team should have knowledge about the following Microsoft technologies:
28+
29+
- Basic understanding of [Azure Services](https://azure.microsoft.com/services/)
30+
- How to [design and architect Azure applications](https://azure.microsoft.com/solutions/architecture/)
31+
- Working knowledge of [Azure Virtual Machines](https://azure.microsoft.com/services/virtual-machines/), [Azure Storage](https://azure.microsoft.com/services/?filter=storage), and [Azure Networking](https://azure.microsoft.com/services/?filter=networking)
32+
- Working knowledge of [Azure Resource Manager](https://azure.microsoft.com/features/resource-manager/)
33+
- Working Knowledge of [JSON](https://www.json.org/).
34+
35+
## Suggested tools
36+
37+
Choose one or both of the following scripting environments to help manage your Container image:
38+
39+
- [Azure PowerShell](https://docs.microsoft.com/powershell/azure/?view=azps-3.7.0&viewFallbackFrom=azps-3.6.1)
40+
- [Azure CLI](https://docs.microsoft.com/cli/azure/?view=azure-cli-latest).
41+
42+
We recommend adding these tools to your development environment:
43+
44+
- [Azure Storage Explorer](https://aka.ms/GetStartedWithStorageExplorer)
45+
- [Visual Studio Code](https://code.visualstudio.com/)
46+
- Extension: [Azure Resource Manager Tools](https://marketplace.visualstudio.com/items?itemName=msazurermtools.azurerm-vscode-tools)
47+
- Extension: [Beautify](https://marketplace.visualstudio.com/items?itemName=HookyQR.beautify)
48+
- Extension: [Prettify JSON](https://marketplace.visualstudio.com/items?itemName=mohsen1.prettify-json).
49+
50+
Review the available tools on the [Azure Developer Tools](https://azure.microsoft.com/) page. If you're using Visual Studio, review the tools available in the [Visual Studio Marketplace](https://marketplace.visualstudio.com/).
51+
52+
## Create the container image
53+
54+
For more information, see the following tutorials:
55+
56+
- [Tutorial: Create a container image for deployment to Azure Container Instances](https://docs.microsoft.com/azure/container-instances/container-instances-tutorial-prepare-app)
57+
- [Tutorial: Build and deploy container images in the cloud with Azure Container Registry Tasks](https://docs.microsoft.com/azure/container-registry/container-registry-tutorial-quick-task).
58+
59+
## Next step
60+
61+
- [Create your Container offer](https://docs.microsoft.com/azure/marketplace/partner-center-portal/create-azure-container-offer).
Loading
Loading
Loading
Loading
Loading
Loading
Loading

0 commit comments

Comments
 (0)