Skip to content

Commit aac69b0

Browse files
committed
Fixes
1 parent de39e45 commit aac69b0

File tree

4 files changed

+65
-4
lines changed

4 files changed

+65
-4
lines changed

.openpublishing.redirection.json

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,16 @@
145145
"redirect_url":"/azure/active-directory/develop/howto-create-service-principal-portal",
146146
"redirect_document_id":false
147147
},
148+
{
149+
"source_path":"azure-stack/operator/azure-stack-provision-storage-account.md",
150+
"redirect_url":"/azure-stack/operator/azure-stack-manage-storage-accounts",
151+
"redirect_document_id":false
152+
},
153+
{
154+
"source_path":"azure-stack/user/azure-stack-connect-azure-stack.md",
155+
"redirect_url":"/azure-stack/user/azure-stack-powershell-configure-user",
156+
"redirect_document_id":false
157+
},
148158
{
149159
"source_path":"azure-stack/operator/app-service-known-issues-v0.md",
150160
"redirect_url":"/azure-stack/operator/app-service-release-notes-2021-q1#known-issues-update",
@@ -185,6 +195,21 @@
185195
"redirect_url":"/azure-stack/operator/app-service-release-notes-2302",
186196
"redirect_document_id":false
187197
},
198+
{
199+
"source_path":"azure-stack/operator/azure-stack-app-service-release-notes-update-three.md",
200+
"redirect_url":"/azure-stack/operator/app-service-release-notes-2302",
201+
"redirect_document_id":false
202+
},
203+
{
204+
"source_path":"azure-stack/operator/app-service-release-notes-2020-Q2.md",
205+
"redirect_url":"/azure-stack/operator/app-service-release-notes-2302",
206+
"redirect_document_id":false
207+
},
208+
{
209+
"source_path":"azure-stack/operator/app-service-release-notes-2020-Q3.md",
210+
"redirect_url":"/azure-stack/operator/app-service-release-notes-2302",
211+
"redirect_document_id":false
212+
},
188213
{
189214
"source_path":"azure-stack/operator/azure-stack-sql-resource-provider-11300.md",
190215
"redirect_url":"/azure-stack/operator/azure-stack-mysql-resource-provider-2-0-13",

azure-stack/mdc/index.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,8 +95,6 @@ landingContent:
9595
url: ../user/azure-stack-create-vm-template.md
9696
- text: Configure a virtual network
9797
url: ../user/deploy-foundational-patterns.md
98-
- text: Host Apps written in your code
99-
url: ../user/azure-stack-dev-start-deploy-app.md
10098

10199
# Card
102100
- title: Offer Azure Stack Hub services

azure-stack/ruggedized/index.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,4 @@ landingContent:
104104
url: ../user/azure-stack-create-vm-template.md
105105
- text: Configure a virtual network
106106
url: ../user/deploy-foundational-patterns.md
107-
- text: Host Apps written in your code
108-
url: ../user/azure-stack-dev-start-deploy-app.md
109107

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
---
2+
title: Deploy an app to Azure Stack Hub
3+
description: Deploy an app to Azure Stack Hub.
4+
author: sethmanheim
5+
6+
ms.topic: overview
7+
ms.date: 12/2/2020
8+
ms.author: sethm
9+
ms.reviewer: thoroet
10+
ms.lastreviewed: 12/2/2020
11+
12+
# Intent: Notdone: As a < type of user >, I want < what? > so that < why? >
13+
# Keyword: Notdone: keyword noun phrase
14+
15+
---
16+
17+
18+
# Common deployments for Azure Stack Hub
19+
20+
Azure Stack Hub supports both infrastructure as a service (IaaS) and platform as a service (PaaS). This article lists resources for setting up a virtual machine (VM) and then deploying it to Azure Stack Hub.
21+
22+
## Before you begin
23+
24+
Before you begin to deploy an app to Azure Stack Hub, set up your development machine. For instructions on getting ready to work with Azure Stack Hub as a developer, see [Set up a development environment in Azure Stack Hub](azure-stack-dev-start.md).
25+
26+
## Deploy an app to a VM
27+
28+
In the following how-to articles, you set up a virtual machine (VM) in Azure Stack Hub and then deploy your app from your development workstation to Azure Stack Hub.
29+
30+
- [.NET Core (C#)](azure-stack-dev-start-howto-vm-dotnet.yml)
31+
- [Java](azure-stack-dev-start-howto-vm-java.md)
32+
- [Go](azure-stack-dev-start-howto-vm-go.md)
33+
- [Ruby](azure-stack-dev-start-howto-vm-ruby.md)
34+
- [Python](azure-stack-dev-start-howto-vm-python.md)
35+
- [NodeJS](azure-stack-dev-start-howto-vm-nodejs.md)
36+
37+
## Next steps
38+
39+
- Set up a [development environment in Azure Stack Hub](azure-stack-dev-start.md).
40+
- Set up a [continuous integration/continuous delivery (CI/CD) pipeline in Azure Stack Hub](https://github.com/Azure-Samples/azure-intelligent-edge-patterns/tree/master/hybrid-devops).

0 commit comments

Comments
 (0)