Skip to content

Commit e3dc850

Browse files
committed
Hub freshness
1 parent 9e0f833 commit e3dc850

File tree

3 files changed

+98
-120
lines changed

3 files changed

+98
-120
lines changed

azure-stack/user/azure-stack-considerations.md

Lines changed: 11 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Differences between Azure Stack Hub and Azure when using services and bui
33
description: Understand the differences between Azure and Azure Stack Hub when using services and building apps.
44
author: sethmanheim
55
ms.topic: conceptual
6-
ms.date: 03/26/2021
6+
ms.date: 01/21/2025
77
ms.author: sethm
88
ms.lastreviewed: 11/20/2020
99

@@ -36,14 +36,13 @@ The following table describes the high-level differences between Azure Stack Hub
3636
| Area | Azure (global) | Azure Stack Hub |
3737
| -------- | ------------- | ----------|
3838
| Who operates it? | Microsoft | Your organization or service provider.|
39-
| Who do you contact for support? | Microsoft | For an integrated system, contact your Azure Stack Hub operator (at your organization or service provider) for support.<br><br>For Azure Stack Development Kit (ASDK) support, visit the [Microsoft forums](https://social.msdn.microsoft.com/Forums/en-US/home?forum=AzureStack). Because the development kit is an evaluation environment, there's no official support offered through Microsoft Support.
40-
| Available services | See the list of [Azure services](https://azure.microsoft.com/services). Available services vary by Azure region. | Azure Stack Hub supports a subset of Azure services. Actual services will vary based on what your organization or service provider chooses to offer.
41-
| Azure Resource Manager endpoint* | `https://management.azure.com` | For an Azure Stack Hub integrated system, use the endpoint that your Azure Stack Hub operator provides.<br><br>For the ASDK, use: `https://management.local.azurestack.external`.
42-
| Portal URL* | [https://portal.azure.com](https://portal.azure.com) | For an Azure Stack Hub integrated system, use the URL that your Azure Stack Hub operator provides.<br><br>For the ASDK, use: `https://portal.local.azurestack.external`.
43-
| Region | You can select which region you want to deploy to. | For an Azure Stack Hub integrated system, use the region that's available on your system.<br><br>For the Azure Stack Development Kit (ASDK), the region is always **local**.
39+
| Who do you contact for support? | Microsoft | For an integrated system, contact your Azure Stack Hub operator (at your organization or service provider) for support.<br><br>For Azure Stack Development Kit (ASDK) support, visit the [Microsoft forums](https://social.msdn.microsoft.com/Forums/en-US/home?forum=AzureStack). Because the development kit is an evaluation environment, there's no official support offered through Microsoft Support. |
40+
| Available services | See the list of [Azure services](https://azure.microsoft.com/services). Available services vary by Azure region. | Azure Stack Hub supports a subset of Azure services. Actual services will vary based on what your organization or service provider chooses to offer. |
41+
| Azure Resource Manager endpoint* | `https://management.azure.com` | For an Azure Stack Hub integrated system, use the endpoint that your Azure Stack Hub operator provides.<br><br>For the ASDK, use: `https://management.local.azurestack.external`. |
42+
| Portal URL* | [https://portal.azure.com](https://portal.azure.com) | For an Azure Stack Hub integrated system, use the URL that your Azure Stack Hub operator provides.<br><br>For the ASDK, use: `https://portal.local.azurestack.external`. |
43+
| Region | You can select which region you want to deploy to. | For an Azure Stack Hub integrated system, use the region that's available on your system.<br><br>For the Azure Stack Development Kit (ASDK), the region is always **local**. |
4444
| Resource groups | A resource group can span regions. | For both integrated systems and the development kit, there's only one region.
45-
|Supported namespaces, resource types, and API versions | The latest (or earlier versions that aren't yet deprecated). | Azure Stack Hub supports specific versions. See the [Version requirements](#version-requirements) section of this article.
46-
| | |
45+
|Supported namespaces, resource types, and API versions | The latest (or earlier versions that aren't yet deprecated). | Azure Stack Hub supports specific versions. See the [Version requirements](#version-requirements) section of this article. |
4746

4847
*If you're an Azure Stack Hub operator, for more information see [Using the administrator portal](../operator/azure-stack-manage-portals.md) and [Administration basics](../operator/azure-stack-manage-basics.md).
4948

@@ -53,10 +52,9 @@ Microsoft provides tools and guidance that help you develop for Azure Stack Hub.
5352

5453
| Recommendation | References |
5554
| -------- | ------------- |
56-
| Install the correct tools on your developer workstation. | - [Install PowerShell](../operator/powershell-install-az-module.md)<br>- [Download tools](../operator/azure-stack-powershell-download.md)<br>- [Configure PowerShell](azure-stack-powershell-configure-user.md)<br>- [Install Visual Studio](azure-stack-install-visual-studio.md)
55+
| Install the correct tools on your developer workstation. | - [Install PowerShell](../operator/powershell-install-az-module.md)<br>- [Download tools](../operator/azure-stack-powershell-download.md)<br>- [Configure PowerShell](azure-stack-powershell-configure-user.md)<br>- [Install Visual Studio](azure-stack-install-visual-studio.md) |
5756
| Review information about the following items:<br>- Azure Resource Manager template considerations.<br>- How to find quickstart templates.<br>- Use a policy module to help you use Azure to develop for Azure Stack Hub. | [Develop for Azure Stack Hub](azure-stack-developer.md) |
58-
| Review and follow the best practices for templates. | [Resource Manager Quickstart Templates](https://aka.ms/aa6yz42)
59-
| | |
57+
| Review and follow the best practices for templates. | [Resource Manager Quickstart Templates](https://aka.ms/aa6yz42) |
6058

6159
## Version requirements
6260

@@ -75,6 +73,7 @@ For other APIs, run the following PowerShell command to output the namespaces, r
7573
Get-AzResourceProvider | Select ProviderNamespace -Expand ResourceTypes | Select * -Expand ApiVersions | `
7674
Select ProviderNamespace, ResourceTypeName, @{Name="ApiVersion"; Expression={$_}}
7775
```
76+
7877
### [AzureRM modules](#tab/azurerm)
7978

8079
```powershell
@@ -84,10 +83,8 @@ Select ProviderNamespace, ResourceTypeName, @{Name="ApiVersion"; Expression={$_}
8483

8584
---
8685

87-
88-
89-
9086
Example output (truncated):
87+
9188
![Example output of Get-AzResourceProvider command](media/azure-stack-considerations/image1.png)
9289

9390
## Next steps

0 commit comments

Comments
 (0)