Skip to content

Commit 7eefb61

Browse files
committed
docs(migrations): simplify Azure storage wording
Remove the repeated use of 'storage' from Azure Blob Storage account references across migration guidance. Changes: - content/migrations/using-github-enterprise-importer/migrate-from-gitlab/configure-storage.md - Simplify the Azure Blob Storage account heading. - Normalize the file's missing end-of-file newline. - content/migrations/using-github-enterprise-importer/migrating-between-github-products/migrating-repositories-from-github-enterprise-server-to-github-enterprise-cloud.md - Simplify the Azure Blob Storage account heading. - content/migrations/using-github-enterprise-importer/migrating-from-bitbucket-server-to-github-enterprise-cloud/migrating-repositories-from-bitbucket-server-to-github-enterprise-cloud.md - Simplify the Azure Blob Storage account heading. - data/reusables/enterprise-migration-tool/blob-storage-management-console.md - Simplify the shared Azure Blob Storage account reference. Validation: - npm run lint-content -- --paths content/migrations/using-github-enterprise-importer/migrate-from-gitlab/configure-storage.md content/migrations/using-github-enterprise-importer/migrating-from-bitbucket-server-to-github-enterprise-cloud/migrating-repositories-from-bitbucket-server-to-github-enterprise-cloud.md content/migrations/using-github-enterprise-importer/migrating-between-github-products/migrating-repositories-from-github-enterprise-server-to-github-enterprise-cloud.md data/reusables/enterprise-migration-tool/blob-storage-management-console.md - rg -n -F 'setting-up-an-azure-blob-storage-storage-account' content data - rg -n -F 'Azure Blob Storage storage account' content data/reusables - git diff --check
1 parent 82df496 commit 7eefb61

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

content/migrations/using-github-enterprise-importer/migrate-from-gitlab/configure-storage.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,12 @@ If you are using external blob storage, you will need to set this up.
3535

3636
{% data reusables.enterprise-migration-tool.aws-credentials-cli %}
3737

38-
### Setting up an Azure Blob Storage storage account
38+
### Setting up an Azure Blob Storage account
3939

4040
{% data reusables.enterprise-migration-tool.set-up-azure-storage-account %}
4141

4242
{% data reusables.enterprise-migration-tool.azure-credentials-cli %}
4343

4444
### Allowing network access
4545

46-
If you have configured firewall rules on your storage account, ensure you have allowed access to the IP ranges for your migration destination. See [AUTOTITLE](/migrations/using-github-enterprise-importer/migrate-from-gitlab/manage-access#configure-ip-allow-lists-on-github).
46+
If you have configured firewall rules on your storage account, ensure you have allowed access to the IP ranges for your migration destination. See [AUTOTITLE](/migrations/using-github-enterprise-importer/migrate-from-gitlab/manage-access#configure-ip-allow-lists-on-github).

content/migrations/using-github-enterprise-importer/migrating-between-github-products/migrating-repositories-from-github-enterprise-server-to-github-enterprise-cloud.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -430,7 +430,7 @@ When you use the CLI flag for {% data variables.product.prodname_ghos %}, the re
430430

431431
{% data reusables.enterprise-migration-tool.set-up-aws-bucket %}
432432

433-
### Setting up an Azure Blob Storage storage account
433+
### Setting up an Azure Blob Storage account
434434

435435
{% data reusables.enterprise-migration-tool.set-up-azure-storage-account %}
436436

content/migrations/using-github-enterprise-importer/migrating-from-bitbucket-server-to-github-enterprise-cloud/migrating-repositories-from-bitbucket-server-to-github-enterprise-cloud.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ For security purposes, {% data variables.product.prodname_ghos %} is explicitly
108108
109109
{% data reusables.enterprise-migration-tool.aws-credentials-cli %}
110110
111-
### Setting up an Azure Blob Storage storage account
111+
### Setting up an Azure Blob Storage account
112112
113113
{% data reusables.enterprise-migration-tool.set-up-azure-storage-account %}
114114

data/reusables/enterprise-migration-tool/blob-storage-management-console.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
After you set up an AWS S3 storage bucket or Azure Blob Storage storage account, configure blob storage in the {% data variables.enterprise.management_console %} of {% data variables.location.product_location_enterprise %}. For more information about the {% data variables.enterprise.management_console %}, see [Administering your instance from the Management Console]({% ifversion not ghes %}/enterprise-server@latest{% endif %}/admin/administering-your-instance/administering-your-instance-from-the-web-ui).
1+
After you set up an AWS S3 storage bucket or Azure Blob Storage account, configure blob storage in the {% data variables.enterprise.management_console %} of {% data variables.location.product_location_enterprise %}. For more information about the {% data variables.enterprise.management_console %}, see [Administering your instance from the Management Console]({% ifversion not ghes %}/enterprise-server@latest{% endif %}/admin/administering-your-instance/administering-your-instance-from-the-web-ui).
22

33
1. From an administrative account on {% data variables.product.prodname_ghe_server %}, in the upper-right corner of any page, click {% octicon "rocket" aria-label="Site admin" %}.
44
1. If you're not already on the "Site admin" page, in the upper-left corner, click **Site admin**.

0 commit comments

Comments
 (0)