Skip to content

Commit

Permalink
Links: Azure - germany
Browse files Browse the repository at this point in the history
  • Loading branch information
DCtheGeek committed Nov 16, 2020
1 parent 63e2cc8 commit 8cc0b34
Show file tree
Hide file tree
Showing 27 changed files with 95 additions and 123 deletions.
7 changes: 3 additions & 4 deletions articles/germany/germany-developer-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ The information in this guide summarizes these differences. It supplements the i
Official information might also be available in other locations, such as:
* [Microsoft Azure Trust Center](https://azure.microsoft.com/support/trust-center/ "Microsoft Azure Trust Center")
* [Azure blog](https://azure.microsoft.com/blog/ "Azure blog")
* [Azure Germany blog](https://blogs.msdn.microsoft.com/azuregermany/ "Azure Germany blog")
* [Azure Germany blog](/archive/blogs/azuregermany/ "Azure Germany blog")

## Guidance for developers
Most of the currently available technical content assumes that applications are being developed for global Azure rather than for Azure Germany. For this reason, it's important to be aware of two key differences in applications that you develop for hosting in Azure Germany:
Expand Down Expand Up @@ -64,6 +64,5 @@ For more information about Azure Germany, see the following resources:
* [Acquiring Azure Germany](https://azure.microsoft.com/overview/clouds/germany/)
* [Sign-in page](https://portal.microsoftazure.de/) if you already have an Azure Germany account
* [Azure Germany overview](./germany-welcome.md)
* [Azure Germany blog](https://blogs.msdn.microsoft.com/azuregermany/)
* [Azure compliance](https://www.microsoft.com/en-us/trustcenter/compliance/complianceofferings)

* [Azure Germany blog](/archive/blogs/azuregermany/)
* [Azure compliance](https://www.microsoft.com/en-us/trustcenter/compliance/complianceofferings)
10 changes: 3 additions & 7 deletions articles/germany/germany-get-started-connect-with-cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ ms.custom: bfdocs
To use the Azure command-line interface (Azure CLI), you need to connect to Azure Germany instead of global Azure. You can use Azure CLI to manage a large subscription through scripts or to access features that are not currently available in the Azure portal. If you have used Azure CLI in global Azure, it's mostly the same.

## Azure CLI
There are multiple ways to [install the Azure CLI](https://docs.microsoft.com/cli/azure/install-az-cli2).
There are multiple ways to [install the Azure CLI](/cli/azure/install-az-cli2).

To connect to Azure Germany, set the cloud:

Expand All @@ -41,7 +41,7 @@ az cloud list --output table
```

## Azure classic CLI
There are multiple ways to [install Azure classic CLI](../xplat-cli-install.md). If you already have Node installed, the easiest way is to install the npm package.
There are multiple ways to [install Azure classic CLI](/cli/azure/install-azure-cli). If you already have Node installed, the easiest way is to install the npm package.

To install CLI from an npm package, make sure you have downloaded and installed the [latest Node.js and npm](https://nodejs.org/en/download/package-manager/). Then, run **npm install** to install the **azure-cli** package:

Expand Down Expand Up @@ -76,8 +76,4 @@ For more information about connecting to Azure Germany, see the following resour

* [Connect to Azure Germany by using PowerShell](./germany-get-started-connect-with-ps.md)
* [Connect to Azure Germany by using Visual Studio](./germany-get-started-connect-with-vs.md)
* [Connect to Azure Germany by using the Azure portal](./germany-get-started-connect-with-portal.md)




* [Connect to Azure Germany by using the Azure portal](./germany-get-started-connect-with-portal.md)
8 changes: 2 additions & 6 deletions articles/germany/germany-get-started-connect-with-ps.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ When you start PowerShell, you have to tell Azure PowerShell to connect to Azure
| [Azure (classic deployment model)](/powershell/azure) commands |`Add-AzureAccount -Environment AzureGermanCloud` |
| [Azure (Resource Manager deployment model)](/powershell/azure) commands |`Connect-AzAccount -EnvironmentName AzureGermanCloud` |
| [Azure Active Directory (classic deployment model)](/previous-versions/azure/jj151815(v=azure.100)) commands |`Connect-MsolService -AzureEnvironment AzureGermanyCloud` |
| [Azure Active Directory (Resource Manager deployment model)](/azure/azure-resource-manager/management/deployment-models) commands |`Connect-AzureAD -AzureEnvironmentName AzureGermanyCloud` |
| [Azure Active Directory (Resource Manager deployment model)](../azure-resource-manager/management/deployment-models.md) commands |`Connect-AzureAD -AzureEnvironmentName AzureGermanyCloud` |

You can also use the `Environment` switch when connecting to a storage account by using `New-AzStorageContext`, and then specify `AzureGermanCloud`.

Expand Down Expand Up @@ -68,8 +68,4 @@ For more information about connecting to Azure Germany, see the following resour

* [Connect to Azure Germany by using Azure CLI](./germany-get-started-connect-with-cli.md)
* [Connect to Azure Germany by using Visual Studio](./germany-get-started-connect-with-vs.md)
* [Connect to Azure Germany by using the Azure portal](./germany-get-started-connect-with-portal.md)




* [Connect to Azure Germany by using the Azure portal](./germany-get-started-connect-with-portal.md)
4 changes: 2 additions & 2 deletions articles/germany/germany-get-started-connect-with-vs.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ Windows Registry Editor Version 5.00
```

1. Save and then run the file by double-clicking it. You're prompted to merge the file into your registry.
1. Start Visual Studio and begin using [Cloud Explorer](../vs-azure-tools-resources-managing-with-cloud-explorer.md) with your Azure Germany account.
1. Start Visual Studio and begin using [Cloud Explorer](/visualstudio/azure/vs-azure-tools-resources-managing-with-cloud-explorer) with your Azure Germany account.

> [!NOTE]
> After this registry key is set, only Azure Germany subscriptions are accessible. You still see subscriptions that you configured previously, but they don't work because Visual Studio is now connected to Azure Germany instead of global Azure. To connect to global Azure, revert the changes.
Expand Down Expand Up @@ -130,4 +130,4 @@ For more information about connecting to Azure Germany, see the following resour

* [Connect to Azure Germany by using PowerShell](./germany-get-started-connect-with-ps.md)
* [Connect to Azure Germany by using Azure CLI](./germany-get-started-connect-with-cli.md)
* [Connect to Azure Germany by using the Azure portal](./germany-get-started-connect-with-portal.md)
* [Connect to Azure Germany by using the Azure portal](./germany-get-started-connect-with-portal.md)
2 changes: 1 addition & 1 deletion articles/germany/germany-howto-deploy-webandmobile.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ After Visual Studio is configured to connect to your Azure Germany account (whic
* [Deploy an ASP.NET web app to Azure App Service by using Visual Studio](../app-service/quickstart-dotnetcore.md).
* For general App Service information, see [App Service - API Apps documentation](../app-service/index.yml).
* For supplemental information and updates, subscribe to the
[Azure Germany blog](https://blogs.msdn.microsoft.com/azuregermany/).
[Azure Germany blog](/archive/blogs/azuregermany/).
14 changes: 7 additions & 7 deletions articles/germany/germany-migration-analytics.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ The following metadata elements are re-created when you export an Event Hubs tem
For more information:

- Review the [Event Hubs overview](../event-hubs/event-hubs-about.md).
- Refresh your knowledge by completing the [Event Hubs tutorials](https://docs.microsoft.com/azure/event-hubs).
- Refresh your knowledge by completing the [Event Hubs tutorials](../event-hubs/index.yml).
- Check the migration steps for [Azure Service Bus](./germany-migration-integration.md#service-bus).
- Become familiar with how to [export Azure Resource Manager templates](../azure-resource-manager/templates/export-template-portal.md) or read the overview of [Azure Resource Manager](../azure-resource-manager/management/overview.md).

Expand All @@ -54,18 +54,18 @@ For more specialized, long-running clusters (Kafka, Spark streaming, Storm, or H

For more information:

- Review the [Azure HDInsight documentation](https://docs.microsoft.com/azure/hdinsight/).
- Refresh your knowledge by completing the [HDInsight tutorials](https://docs.microsoft.com/azure/hdinsight).
- Review the [Azure HDInsight documentation](../hdinsight/index.yml).
- Refresh your knowledge by completing the [HDInsight tutorials](../hdinsight/index.yml).
- For help with [scaling HDInsight clusters](../hdinsight/hdinsight-administer-use-powershell.md#scale-clusters), see [Administer HDInsight by using PowerShell](../hdinsight/hdinsight-administer-use-powershell.md).
- Learn how to use [AzCopy](../storage/common/storage-use-azcopy.md).
- Learn how to use [AzCopy](../storage/common/storage-use-azcopy-v10.md).

## Stream Analytics

To migrate Azure Stream Analytics services from Azure Germany to global Azure, manually re-create the entire setup in a global Azure region either by using the Azure portal or by using PowerShell. Ingress and egress sources for a Stream Analytics job can be in any region.

For more information:

- Refresh your knowledge by completing the [Stream Analytics tutorials](https://docs.microsoft.com/azure/stream-analytics/stream-analytics-manage-job).
- Refresh your knowledge by completing the [Stream Analytics tutorials](../stream-analytics/stream-analytics-manage-job.md).
- Review the [Stream Analytics overview](../stream-analytics/stream-analytics-introduction.md).
- Learn how to [create a Stream Analytics job by using PowerShell](../stream-analytics/stream-analytics-quick-create-powershell.md).

Expand All @@ -86,7 +86,7 @@ For more information:

- Learn how to [export a database to a BACPAC file](../azure-sql/database/database-export.md).
- Learn how to [import a BACPAC file to a database](../azure-sql/database/database-import.md).
- Review the [Azure SQL Database documentation](https://docs.microsoft.com/azure/sql-database/).
- Review the [Azure SQL Database documentation](/azure/sql-database/).

## Analysis Services

Expand All @@ -113,4 +113,4 @@ Learn about tools, techniques, and recommendations for migrating resources in th
- [Identity](./germany-migration-identity.md)
- [Security](./germany-migration-security.md)
- [Management tools](./germany-migration-management-tools.md)
- [Media](./germany-migration-media.md)
- [Media](./germany-migration-media.md)
16 changes: 8 additions & 8 deletions articles/germany/germany-migration-compute.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ A .zip file that has several files in it downloads. The PowerShell, Azure CLI, R

For more information:

- Refresh your knowledge by completing the [Site Recovery tutorials](/azure/site-recovery/).
- Refresh your knowledge by completing the [Site Recovery tutorials](../site-recovery/index.yml).
- Get information about how to [export Resource Manager templates](../azure-resource-manager/templates/export-template-portal.md) or read an overview of [Azure Resource Manager](../azure-resource-manager/management/overview.md).
- Learn more about [physical-to-Azure disaster recovery by using Site Recovery](../site-recovery/physical-azure-disaster-recovery.md).
- Read the [overview of Azure locations](https://azure.microsoft.com/global-infrastructure/locations/).
Expand Down Expand Up @@ -125,7 +125,7 @@ To redeploy cloud services by using the REST API:
https://management.core.windows.net/<subscription-id>/services/hostedservices/<cloudservice-name>/deploymentslots/production
```
1. When traffic points to the new cloud service, [delete the old cloud service](https://docs.microsoft.com/rest/api/compute/cloudservices/rest-delete-cloud-service) in Azure Germany.
1. When traffic points to the new cloud service, [delete the old cloud service](/rest/api/compute/cloudservices/rest-delete-cloud-service) in Azure Germany.
```http
https://management.core.cloudapi.de/<subscription-id>/services/hostedservices/<old-cloudservice-name>
Expand All @@ -143,7 +143,7 @@ You can get information about your current Service Fabric environment by using P
For more information:
- Refresh your knowledge by completing the [Service Fabric tutorials](https://docs.microsoft.com/azure/service-fabric/service-fabric-tutorial-create-dotnet-app).
- Refresh your knowledge by completing the [Service Fabric tutorials](../service-fabric/service-fabric-tutorial-create-dotnet-app.md).
- Learn how to [create a new cluster](../service-fabric/service-fabric-cluster-creation-via-portal.md).
- Review the [Service Fabric overview](../service-fabric/service-fabric-overview.md).
Expand All @@ -161,7 +161,7 @@ Redeploy your deployment scripts, templates, or code in the new region. Redeploy
For more information:
- Refresh your knowledge by completing the [Batch tutorials](https://docs.microsoft.com/azure/batch/tutorial-parallel-dotnet).
- Refresh your knowledge by completing the [Batch tutorials](../batch/tutorial-parallel-dotnet.md).
- Review the [Azure Batch overview](../batch/batch-technical-overview.md).
## Functions
Expand All @@ -173,7 +173,7 @@ Migrating Azure Functions resources from Azure Germany to global Azure isn't sup
For more information:
- Refresh your knowledge by completing the [Functions tutorials](https://docs.microsoft.com/azure/azure-functions).
- Refresh your knowledge by completing the [Functions tutorials](../azure-functions/index.yml).
- Learn how to [export Resource Manager templates](../azure-resource-manager/templates/export-template-portal.md) or read an overview of [Azure Resource Manager](../azure-resource-manager/management/overview.md).
- Review the [Azure Functions overview](../azure-functions/functions-overview.md).
- Get an [overview of Azure locations](https://azure.microsoft.com/global-infrastructure/locations/).
Expand All @@ -188,7 +188,7 @@ To migrate virtual machine scale sets to global Azure, export the Resource Manag
For more information:
- Refresh your knowledge by completing the [virtual machine scale set tutorials](https://docs.microsoft.com/azure/virtual-machine-scale-sets/tutorial-create-and-manage-cli).
- Refresh your knowledge by completing the [virtual machine scale set tutorials](../virtual-machine-scale-sets/tutorial-create-and-manage-cli.md).
- Learn how to [export Azure Resource Manager templates](../azure-resource-manager/templates/export-template-portal.md).
- Review the [Azure Resource Manager overview](../azure-resource-manager/management/overview.md).
- Get an overview of [virtual machine scale sets](../virtual-machine-scale-sets/overview.md).
Expand All @@ -204,7 +204,7 @@ Currently, apps that you created by using the Web Apps feature of Azure App Serv
For more information:
- Refresh your knowledge by completing the [App Service tutorials](https://docs.microsoft.com/azure/app-service/tutorial-dotnetcore-sqldb-app).
- Refresh your knowledge by completing the [App Service tutorials](../app-service/tutorial-dotnetcore-sqldb-app.md).
- Learn how to [export Resource Manager templates](../azure-resource-manager/templates/export-template-portal.md) or read an overview of [Azure Resource Manager](../azure-resource-manager/management/overview.md).
- Review the [App Service overview](../app-service/overview.md).
- Read the [overview of Azure locations](https://azure.microsoft.com/global-infrastructure/locations/).
Expand All @@ -224,4 +224,4 @@ Learn about tools, techniques, and recommendations for migrating resources in th
- [Identity](./germany-migration-identity.md)
- [Security](./germany-migration-security.md)
- [Management tools](./germany-migration-management-tools.md)
- [Media](./germany-migration-media.md)
- [Media](./germany-migration-media.md)
12 changes: 6 additions & 6 deletions articles/germany/germany-migration-databases.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ For more information:

- Learn how to [export a database to a BACPAC file](../azure-sql/database/database-export.md).
- Learn how to [import a BACPAC file to a database](../azure-sql/database/database-import.md).
- Review the [Azure SQL Database documentation](https://docs.microsoft.com/azure/sql-database/).
- Review the [Azure SQL Database documentation](/azure/sql-database/).

[!INCLUDE [updated-for-az](../../includes/updated-for-az.md)]

Expand Down Expand Up @@ -105,13 +105,13 @@ This approach takes advantage of features that are available only in the Premium
To export from the source instance and import to the destination instance:

1. Create a new Premium tier Azure Cache for Redis instance in the target region. Use the same size as the source Azure Cache for Redis instance.
1. [Export data from the source cache](../redis-cache/cache-how-to-import-export-data.md) or use the [Export-AzRedisCache PowerShell cmdlet](/powershell/module/az.rediscache/export-azrediscache).
1. [Export data from the source cache](../azure-cache-for-redis/cache-how-to-import-export-data.md) or use the [Export-AzRedisCache PowerShell cmdlet](/powershell/module/az.rediscache/export-azrediscache).

> [!NOTE]
> The export Azure Storage account must be in the same region as the cache instance.
1. Copy the exported blobs to a storage account in destination region (for example, by using AzCopy).
1. [Import data to the destination cache](../redis-cache/cache-how-to-import-export-data.md) or use the [Import-AzRedisCAche PowerShell cmdlet](/powershell/module/az.rediscache/import-azrediscache).
1. [Import data to the destination cache](../azure-cache-for-redis/cache-how-to-import-export-data.md) or use the [Import-AzRedisCAche PowerShell cmdlet](/powershell/module/az.rediscache/import-azrediscache).
1. Reconfigure your application to use the target Azure Cache for Redis instance.

### Option 4: Write data to two Azure Cache for Redis instances, read from one instance
Expand All @@ -123,11 +123,11 @@ For this approach, you must modify your application. The application needs to wr

For more information:

- Review the [overview of Azure Cache for Redis](../redis-cache/cache-overview.md).
- Review the [overview of Azure Cache for Redis](../azure-cache-for-redis/cache-overview.md).

## PostgreSQL and MySQL

For more information, see the articles in the "Back up and migrate data" section of [PostgreSQL](https://docs.microsoft.com/azure/postgresql/) and [MySQL](https://docs.microsoft.com/azure/mysql/).
For more information, see the articles in the "Back up and migrate data" section of [PostgreSQL](../postgresql/index.yml) and [MySQL](../mysql/index.yml).

![PostgreSQL and MySQL](./media/germany-migration-main/databases.png)

Expand All @@ -145,4 +145,4 @@ Learn about tools, techniques, and recommendations for migrating resources in th
- [Identity](./germany-migration-identity.md)
- [Security](./germany-migration-security.md)
- [Management tools](./germany-migration-management-tools.md)
- [Media](./germany-migration-media.md)
- [Media](./germany-migration-media.md)
8 changes: 4 additions & 4 deletions articles/germany/germany-migration-identity.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,9 +118,9 @@ $_.ObjectId | Format-Table}
```
For more information:

- Learn about [hybrid identity solutions](../active-directory/choose-hybrid-identity-solution.md).
- Read the blog post [Use Azure AD Connect with multiple clouds](https://blogs.technet.microsoft.com/ralfwi/2017/01/24/using-adconnect-with-multiple-clouds/) to learn about ways you can sync to different cloud environments.
- Learn more about [Azure Active Directory](https://docs.microsoft.com/azure/active-directory/).
- Learn about [hybrid identity solutions](../active-directory/hybrid/whatis-hybrid-identity.md).
- Read the blog post [Use Azure AD Connect with multiple clouds](/archive/blogs/ralfwi/using-adconnect-with-multiple-clouds) to learn about ways you can sync to different cloud environments.
- Learn more about [Azure Active Directory](../active-directory/index.yml).
- Read about [custom domain names](../active-directory/fundamentals/add-custom-domain.md).
- Learn how to [import data from CSV to Azure AD](/powershell/azure/active-directory/importing-data).

Expand Down Expand Up @@ -170,4 +170,4 @@ Learn about tools, techniques, and recommendations for migrating resources in th
- [Integration](./germany-migration-integration.md)
- [Security](./germany-migration-security.md)
- [Management tools](./germany-migration-management-tools.md)
- [Media](./germany-migration-media.md)
- [Media](./germany-migration-media.md)
Loading

0 comments on commit 8cc0b34

Please sign in to comment.