Skip to content

Commit 1634772

Browse files
Merge pull request #279931 from jeffwmartinez/jefmarti-xenon-doc
update next steps for windows containers
2 parents 4303c66 + c5a1fdd commit 1634772

File tree

4 files changed

+50
-36
lines changed

4 files changed

+50
-36
lines changed

articles/app-service/includes/quickstart-custom-container/quickstart-custom-container-windows-azure-portal-pivot.md

Lines changed: 13 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -125,28 +125,32 @@ Congratulations, you've successfully completed this quickstart.
125125
The App Service app pulls from the container registry every time it starts. If you rebuild your image, you just need to push it to your container registry, and the app pulls in the updated image when it restarts. To tell your app to pull in the updated image immediately, restart it.
126126
127127
> [!div class="nextstepaction"]
128-
> [Secure with custom domain and certificate](../../tutorial-secure-domain-certificate.md)
128+
> [Configure custom container](../../configure-custom-container.md)
129129
130130
> [!div class="nextstepaction"]
131-
> [Migrate to Windows container in Azure](../../tutorial-custom-container.md)
131+
> [How to use managed identities for App Service and Azure Functions](../../overview-managed-identity.md)
132132
133133
> [!div class="nextstepaction"]
134-
> [Integrate your app with an Azure virtual network](../../overview-vnet-integration.md)
134+
> [Application monitoring for Azure App Service overview](/azure/azure-monitor/app/azure-web-apps)
135135
136136
> [!div class="nextstepaction"]
137-
> [Use Private Endpoints for App Service apps](../../networking/private-endpoint.md)
137+
> [Azure Monitor overview](/azure/azure-monitor/overview)
138138
139139
> [!div class="nextstepaction"]
140-
> [Azure Monitor overview](/azure/azure-monitor/overview)
140+
> [Secure with custom domain and certificate](../../tutorial-secure-domain-certificate.md)
141141
142142
> [!div class="nextstepaction"]
143-
> [Application monitoring for Azure App Service overview](/azure/azure-monitor/app/azure-web-apps)
143+
> [Integrate your app with an Azure virtual network](../../overview-vnet-integration.md)
144144
145145
> [!div class="nextstepaction"]
146-
> [How to use managed identities for App Service and Azure Functions](../../overview-managed-identity.md)
146+
> [Use Private Endpoints for App Service apps](../../networking/private-endpoint.md)
147147
148148
> [!div class="nextstepaction"]
149-
> [Configure custom container](../../configure-custom-container.md)
149+
> [Migrate to Windows container in Azure](../../tutorial-custom-container.md)
150+
151+
> [!div class="nextstepaction"]
152+
> [Deploy a container with Azure Pipelines](../../deploy-container-azure-pipelines.md)
150153
151154
> [!div class="nextstepaction"]
152-
> [Sidecar container tutorial](../../tutorial-custom-container-sidecar.md)
155+
> [Deploy a container with GitHub Actions](../../deploy-container-github-action.md)
156+

articles/app-service/includes/quickstart-custom-container/quickstart-custom-container-windows-cli-pivot.md

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -83,31 +83,34 @@ Congratulations, you've successfully completed this quickstart.
8383
The App Service app pulls from the container registry every time it starts. If you rebuild your image, you just need to push it to your container registry, and the app pulls in the updated image when it restarts. To tell your app to pull in the updated image immediately, restart it.
8484

8585
> [!div class="nextstepaction"]
86-
> [Secure with custom domain and certificate](../../tutorial-secure-domain-certificate.md)
86+
> [Configure custom container](../../configure-custom-container.md)
8787
8888
> [!div class="nextstepaction"]
89-
> [Migrate to Windows container in Azure](../../tutorial-custom-container.md)
89+
> [How to use managed identities for App Service and Azure Functions](../../overview-managed-identity.md)
9090
9191
> [!div class="nextstepaction"]
92-
> [Integrate your app with an Azure virtual network](../../overview-vnet-integration.md)
92+
> [Application monitoring for Azure App Service overview](/azure/azure-monitor/app/azure-web-apps)
9393
9494
> [!div class="nextstepaction"]
95-
> [Use Private Endpoints for App Service apps](../../networking/private-endpoint.md)
95+
> [Azure Monitor overview](/azure/azure-monitor/overview)
9696
9797
> [!div class="nextstepaction"]
98-
> [Azure Monitor overview](/azure/azure-monitor/overview)
98+
> [Secure with custom domain and certificate](../../tutorial-secure-domain-certificate.md)
9999
100100
> [!div class="nextstepaction"]
101-
> [Application monitoring for Azure App Service overview](/azure/azure-monitor/app/azure-web-apps)
101+
> [Integrate your app with an Azure virtual network](../../overview-vnet-integration.md)
102102
103103
> [!div class="nextstepaction"]
104-
> [How to use managed identities for App Service and Azure Functions](../../overview-managed-identity.md)
104+
> [Use Private Endpoints for App Service apps](../../networking/private-endpoint.md)
105105
106106
> [!div class="nextstepaction"]
107-
> [Configure custom container](../../configure-custom-container.md)
107+
> [Migrate to Windows container in Azure](../../tutorial-custom-container.md)
108+
109+
> [!div class="nextstepaction"]
110+
> [Deploy a container with Azure Pipelines](../../deploy-container-azure-pipelines.md)
108111
109112
> [!div class="nextstepaction"]
110-
> [Sidecar container tutorial](../../tutorial-custom-container-sidecar.md)
113+
> [Deploy a container with GitHub Actions](../../deploy-container-github-action.md)
111114
112115

113116
<!-- LINKS - internal -->

articles/app-service/includes/quickstart-custom-container/quickstart-custom-container-windows-powershell-pivot.md

Lines changed: 13 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -83,28 +83,32 @@ Congratulations, you've successfully completed this quickstart.
8383
The App Service app pulls from the container registry every time it starts. If you rebuild your image, you just need to push it to your container registry, and the app pulls in the updated image when it restarts. To tell your app to pull in the updated image immediately, restart it.
8484

8585
> [!div class="nextstepaction"]
86-
> [Secure with custom domain and certificate](../../tutorial-secure-domain-certificate.md)
86+
> [Configure custom container](../../configure-custom-container.md)
8787
8888
> [!div class="nextstepaction"]
89-
> [Migrate to Windows container in Azure](../../tutorial-custom-container.md)
89+
> [How to use managed identities for App Service and Azure Functions](../../overview-managed-identity.md)
9090
9191
> [!div class="nextstepaction"]
92-
> [Integrate your app with an Azure virtual network](../../overview-vnet-integration.md)
92+
> [Application monitoring for Azure App Service overview](/azure/azure-monitor/app/azure-web-apps)
9393
9494
> [!div class="nextstepaction"]
95-
> [Use Private Endpoints for App Service apps](../../networking/private-endpoint.md)
95+
> [Azure Monitor overview](/azure/azure-monitor/overview)
9696
9797
> [!div class="nextstepaction"]
98-
> [Azure Monitor overview](/azure/azure-monitor/overview)
98+
> [Secure with custom domain and certificate](../../tutorial-secure-domain-certificate.md)
9999
100100
> [!div class="nextstepaction"]
101-
> [Application monitoring for Azure App Service overview](/azure/azure-monitor/app/azure-web-apps)
101+
> [Integrate your app with an Azure virtual network](../../overview-vnet-integration.md)
102102
103103
> [!div class="nextstepaction"]
104-
> [How to use managed identities for App Service and Azure Functions](../../overview-managed-identity.md)
104+
> [Use Private Endpoints for App Service apps](../../networking/private-endpoint.md)
105105
106106
> [!div class="nextstepaction"]
107-
> [Configure custom container](../../configure-custom-container.md)
107+
> [Migrate to Windows container in Azure](../../tutorial-custom-container.md)
108+
109+
> [!div class="nextstepaction"]
110+
> [Deploy a container with Azure Pipelines](../../deploy-container-azure-pipelines.md)
108111
109112
> [!div class="nextstepaction"]
110-
> [Sidecar container tutorial](../../tutorial-custom-container-sidecar.md)
113+
> [Deploy a container with GitHub Actions](../../deploy-container-github-action.md)
114+

articles/app-service/includes/quickstart-custom-container/quickstart-custom-container-windows-visual-studio-pivot.md

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -172,28 +172,31 @@ The streamed logs look like this:
172172
## Next steps
173173

174174
> [!div class="nextstepaction"]
175-
> [Secure with custom domain and certificate](../../tutorial-secure-domain-certificate.md)
175+
> [Configure custom container](../../configure-custom-container.md)
176176
177177
> [!div class="nextstepaction"]
178-
> [Migrate to Windows container in Azure](../../tutorial-custom-container.md)
178+
> [How to use managed identities for App Service and Azure Functions](../../overview-managed-identity.md)
179179
180180
> [!div class="nextstepaction"]
181-
> [Integrate your app with an Azure virtual network](../../overview-vnet-integration.md)
181+
> [Application monitoring for Azure App Service overview](/azure/azure-monitor/app/azure-web-apps)
182182
183183
> [!div class="nextstepaction"]
184-
> [Use Private Endpoints for App Service apps](../../networking/private-endpoint.md)
184+
> [Azure Monitor overview](/azure/azure-monitor/overview)
185185
186186
> [!div class="nextstepaction"]
187-
> [Azure Monitor overview](/azure/azure-monitor/overview)
187+
> [Secure with custom domain and certificate](../../tutorial-secure-domain-certificate.md)
188188
189189
> [!div class="nextstepaction"]
190-
> [Application monitoring for Azure App Service overview](/azure/azure-monitor/app/azure-web-apps)
190+
> [Integrate your app with an Azure virtual network](../../overview-vnet-integration.md)
191191
192192
> [!div class="nextstepaction"]
193-
> [How to use managed identities for App Service and Azure Functions](../../overview-managed-identity.md)
193+
> [Use Private Endpoints for App Service apps](../../networking/private-endpoint.md)
194194
195195
> [!div class="nextstepaction"]
196-
> [Configure custom container](../../configure-custom-container.md)
196+
> [Migrate to Windows container in Azure](../../tutorial-custom-container.md)
197+
198+
> [!div class="nextstepaction"]
199+
> [Deploy a container with Azure Pipelines](../../deploy-container-azure-pipelines.md)
197200
198201
> [!div class="nextstepaction"]
199-
> [Sidecar container tutorial](../../tutorial-custom-container-sidecar.md)
202+
> [Deploy a container with GitHub Actions](../../deploy-container-github-action.md)

0 commit comments

Comments
 (0)