diff --git a/16/umbraco-deploy/deployment-workflow/README.md b/16/umbraco-deploy/deployment-workflow/README.md
index 56408f35679..346458fb029 100644
--- a/16/umbraco-deploy/deployment-workflow/README.md
+++ b/16/umbraco-deploy/deployment-workflow/README.md
@@ -23,13 +23,13 @@ In summary:
### Deploying meta data
-In order to be able to transfer content and media, the source environment and the target environment needs to have the same setup - meaning they need to be completely in sync and have the same file structure. To achieve this you need to deploy your meta data changes to the target environment.
+To transfer content and media, the source and target environments needs to have the same setup. They need to be in sync and have the same file structure. To achieve this you need to deploy your meta data changes to the target environment.
* [Deploying from your local machine to your environments](deploying-changes.md)
### Transfer Content and Media
-Moving your content and media between your environments is done through the Umbraco backoffice. You can transfer content from one environment to another, e.g. from local to your development environment. You also have the option to restore content and media to your local or development environment from your production or staging environment.
+Moving your content and media between your environments is done through the Umbraco backoffice. You can transfer content from one environment to another, for example, from local to your development environment. You also have the option to restore content and media to your local or development environment from your production or staging environment.
* [Transfer Content and Media](content-transfer.md)
* [Restore Content and/or Media](restoring-content/)
diff --git a/16/umbraco-deploy/deployment-workflow/content-transfer.md b/16/umbraco-deploy/deployment-workflow/content-transfer.md
index d3bea4c38fc..f9b52ca0e6c 100644
--- a/16/umbraco-deploy/deployment-workflow/content-transfer.md
+++ b/16/umbraco-deploy/deployment-workflow/content-transfer.md
@@ -36,7 +36,7 @@ You want to transfer the whole site. You start from the `Home` node and choose t
1. Go to the Deployment dashboard by clicking on the Content section header.
* You will be able to see which items are currently ready to be transferred - this will include both content and media that you've _queued for transfer_.
-2. Confirm by clicking **Transfer toDevelopment** and monitor the progress of the transfer.
+2. Confirm by clicking **Transfer to Development** and monitor the progress of the transfer.
Transfer queue
diff --git a/16/umbraco-deploy/deployment-workflow/deploy-dashboard.md b/16/umbraco-deploy/deployment-workflow/deploy-dashboard.md
index e35eedcba8a..239ce952d25 100644
--- a/16/umbraco-deploy/deployment-workflow/deploy-dashboard.md
+++ b/16/umbraco-deploy/deployment-workflow/deploy-dashboard.md
@@ -50,7 +50,7 @@ This operation is useful if you want to move to another Umbraco instance and mig
-
Donwload the Deploy artifacts
+
Download the Deploy artifacts
diff --git a/16/umbraco-deploy/deployment-workflow/deploying-changes.md b/16/umbraco-deploy/deployment-workflow/deploying-changes.md
index ca866bae723..03a01426487 100644
--- a/16/umbraco-deploy/deployment-workflow/deploying-changes.md
+++ b/16/umbraco-deploy/deployment-workflow/deploying-changes.md
@@ -1,5 +1,5 @@
---
-description: "How to Deploy changes between a local machine and an environment in Umbraco Deploy using either a Git Gui or without."
+description: "How to Deploy changes between a local machine and an environment in Umbraco Deploy using either a Git GUI or without."
---
# Deploying Changes
@@ -47,4 +47,4 @@ When pulling new commits, it is a good idea to see if any of these commits conta
The local site should be running when you do this. The deploy marker will change to `deploy-progress` while updating the site and to `deploy-complete` when done. If there are any conflicts/errors you will see a `deploy-failed` marker instead, which contains an error message with a description of what went wrong.
-Another way is to use the Deploy Dashboard in the Settings section of the Umbraco backoffice. Here you can see the status of ongoing or completed deployment processes. The status will show whether an operation has been triggered and whether it is in progress, has completed or has failed. The dashboard will show the status based on the marker files on the disk, eg. `deploy-progress`. From the Deploy Dashboard it is also possible to trigger processes. Learn more about this dashboard in the [Deployment ](README.md#deploy-dashboard)article.
+Another way is to use the Deploy Dashboard in the Settings section of the Umbraco backoffice. Here you can see the status of ongoing or completed deployment processes. The status will show whether an operation has been triggered and whether it is in progress, has completed or has failed. The dashboard will show the status based on the marker files on the disk, for example, `deploy-progress`. From the Deploy Dashboard it is also possible to trigger processes. Learn more about this dashboard in the [Deployment](README.md#deploy-dashboard)article.
diff --git a/16/umbraco-deploy/deployment-workflow/deploying-deletions.md b/16/umbraco-deploy/deployment-workflow/deploying-deletions.md
index 2be7c2e8cc4..b9634e4dc7c 100644
--- a/16/umbraco-deploy/deployment-workflow/deploying-deletions.md
+++ b/16/umbraco-deploy/deployment-workflow/deploying-deletions.md
@@ -8,9 +8,9 @@ With Umbraco Deploy deletions are environment specific. This means that in order
In this article you can read about the correct way of deleting files, schema and content when using Umbraco Deploy.
-When you are using Umbraco Deploy, you might have more than one environment - including a local clone of the project. These environments each have their own database. The databases will contain references to all of your content and media, as well as to all of your schema files (e.g. Document Types, Templates etc).
+When you are using Umbraco Deploy, you might have more than one environment - including a local clone of the project. These environments each have their own database. The databases contain references to all content, media, and schema files such as Document Types and Templates etc.
-The databases are environment specific. When you deploy from one environment to another, Umbraco Deploy will compare incoming schema files with references to these in the databases using both _alias_ and _GUID_. If something doesn't add up - e.g. there is a mismatch between the database references and the files deployed - you will see an error. Learn more about this in the [Troubleshooting section](../troubleshooting.md).
+Databases are environment-specific. When deploying between environments, Umbraco Deploy compares incoming schema files with database references using both _alias_ and _GUID_. If a mismatch occurs between the database references and deployed files, an error appears. Learn more in the [Troubleshooting section](../troubleshooting.md).
The workflow described above does not pick up deletions of content and schema from the database, which is why you'll need to delete the content and/or schema on all your environments, in order to fully complete the deletion.
@@ -32,7 +32,7 @@ Once the deployment is complete, you will notice the following:
You might wonder why the Document Type that you have deleted, is still there. The reason is, that deploy only deletes the associated UDA file, and not the actual Document Type in the database.
-In order to completely delete the Document Type from your entire project, you need to delete it from the backoffice of any of the other environments you have as well. When the Document Type has been deleted from the backoffice of all environments and no UDA file exists, you can consider it completely gone.
+To fully delete a Document Type from the project, delete it from the backoffice of every environment in use. A Document Type is fully deleted once it has been removed from all environments and no UDA file remains.
You should however keep in mind that if you at any point during the process, save your Document Type again, a UDA file will be regenerated and when you start deploying changes between environments, this will likely end up recreating your deleted Document Type.
@@ -40,7 +40,7 @@ You should however keep in mind that if you at any point during the process, sav
Every **file** that's deleted, will also be deleted on the next environment when you deploy. However, there are some differences depending on what you have deleted.
-Here's an overview of what happens when you deploy various deletions to the next environment.
+Here's an overview of what happens when you deploy different deletions to the next environment.
### Deleting Schema (Document Types, Datatypes etc.)
diff --git a/16/umbraco-deploy/deployment-workflow/restoring-content/README.md b/16/umbraco-deploy/deployment-workflow/restoring-content/README.md
index 38e1bb62146..11326cf328a 100644
--- a/16/umbraco-deploy/deployment-workflow/restoring-content/README.md
+++ b/16/umbraco-deploy/deployment-workflow/restoring-content/README.md
@@ -12,9 +12,9 @@ The restore option also comes in really handy when you have content editors crea
There are four options when it comes to restoring content.
-1. [Restore when starting up the project locally](./#restore-when-starting-up-the-project-locally)
-2. [Restore everything through the Umbraco backoffice](./#restore-everything-through-the-umbraco-backoffice)
-3. [Restore a single tree through the Umbraco backoffice](./#restore-a-single-tree-through-the-umbraco-backoffice)
+1. [Restore when starting up the project locally](#restore-when-starting-up-the-project-locally)
+2. [Restore everything through the Umbraco backoffice](#restore-everything-through-the-umbraco-backoffice)
+3. [Restore a single tree through the Umbraco backoffice](#restore-a-single-tree-through-the-umbraco-backoffice)
4. [Partial Restores](partial-restore.md)
### Restore when starting up the project locally
@@ -22,7 +22,7 @@ There are four options when it comes to restoring content.
The first time you run your project locally you will have the option to restore your content and media before going to the Umbraco backoffice.
{% hint style="info" %}
-This will restore **all** content and media, plus any other entities configured for back-office transfer.
+This will restore **all** content and media, plus any other entities configured for backoffice transfer.
{% endhint %}
1. When your site is done spinning up, click the green _Restore_ button - this will restore all content and media.
@@ -30,7 +30,7 @@ This will restore **all** content and media, plus any other entities configured
3. When it's complete select _Open Umbraco_ to go to the backoffice.
4. You will now see all your content and media in the Umbraco backoffice.
-
+
### Restore everything through the Umbraco backoffice
@@ -45,7 +45,7 @@ The second option for restoring your content and media is found in the Umbraco b
7. When it's done, click **...** next to the Content tree again and choose _Reload_ to see your content in the tree.
{% hint style="info" %}
-As well as content, media and any other entities configured for back-office transfer, will also be restored in the process.
+As well as content, media and any other entities configured for backoffice transfer, will also be restored in the process.
To see the media, go to the Media section and _Reload_ the tree.
{% endhint %}
@@ -62,4 +62,4 @@ For example, if triggered from the content tree, only content entities will be r
### [Partial Restore](partial-restore.md)
-By using the Partial Restore option, you can make sure that you only restore the part of the content that you need to work with. You can either restore a single item, or include all the descendents of that item too.
+By using the Partial Restore option, you can make sure that you only restore the part of the content that you need to work with. You can either restore a single item, or include all the descendants of that item too.
diff --git a/16/umbraco-deploy/deployment-workflow/restoring-content/partial-restore.md b/16/umbraco-deploy/deployment-workflow/restoring-content/partial-restore.md
index 3a561fec218..23924416225 100644
--- a/16/umbraco-deploy/deployment-workflow/restoring-content/partial-restore.md
+++ b/16/umbraco-deploy/deployment-workflow/restoring-content/partial-restore.md
@@ -16,9 +16,9 @@ You can use Partial Restore on
In this scenario you've cloned down your environment to your local machine or setup a new environment. In both cases the new environment will have an empty Content section as well as an empty Media section.
{% hint style="info" %}
-Be aware that this feature will also restore all dependencies on the selected content.
+This feature also restores all dependencies of the selected content.
-E.g. when you restore a content node which references media items as well as other content nodes, these will all be restored as well, including any parent nodes that these nodes depend on.
+For example, restoring a content node that references media or other content will also restore those items, including any parent nodes they depend on.
{% endhint %}
Follow these steps to perform a partial restore to get only the parts you need:
@@ -57,4 +57,4 @@ Imagine that you are working with your Umbraco project locally. One of your cont
6. Start the restore by clicking _Restore_
7. When the restore is done, reload the content tree to see the changes
-
+
diff --git a/16/umbraco-deploy/extending/extending.md b/16/umbraco-deploy/extending/extending.md
index 1c6255b4fc8..d19ce1ff3f7 100644
--- a/16/umbraco-deploy/extending/extending.md
+++ b/16/umbraco-deploy/extending/extending.md
@@ -464,7 +464,7 @@ If the optimal deployment workflow for your entity is to have editors control th
An introduction to this feature can be found in the second half of [this recorded session from Codegarden 2021](https://youtu.be/8bgZmlJ7ScI?t=938).
-There's also a code sample, demonstrated in the video linked above, available [here](https://github.com/AndyButland/RaceData).
+There's also a code sample, demonstrated in the video linked above, available at [GitHub](https://github.com/AndyButland/RaceData).
The following code shows the registration of an entity for Backoffice deployment, where we have the simplest case of a single tree for the entity.
diff --git a/16/umbraco-deploy/getting-started/Streamlining-Local-Development/index.md b/16/umbraco-deploy/getting-started/Streamlining-Local-Development/index.md
index 922f749f037..e7a2dc517b3 100644
--- a/16/umbraco-deploy/getting-started/Streamlining-Local-Development/index.md
+++ b/16/umbraco-deploy/getting-started/Streamlining-Local-Development/index.md
@@ -18,9 +18,9 @@ When working with Umbraco Cloud, this step is configured automatically for you w
The process works by using the marker file Umbraco Deploy uses to trigger an update of the Umbraco schema from the `.uda` files from source control.
-If a file named `deploy-on-start` is found in the `/umbraco/Deploy` folder, an update will run automatically when the site starts up.
+If a file named `deploy-on-start` is found in the `/umbraco/Deploy` folder, an update will run automatically when the site starts up.
-Therefore, if we ensure that the file is created everytime the source code is pulled from the remote repository, we can automate the update.
+Therefore, if we ensure that the file is created every time the source code is pulled from the remote repository, we can automate the update.
To do this, carry out the following steps:
diff --git a/16/umbraco-deploy/getting-started/cicd-pipeline/ci-cd-azure-dev-ops.md b/16/umbraco-deploy/getting-started/cicd-pipeline/ci-cd-azure-dev-ops.md
index 71082522aa6..c81ec8dd5dc 100644
--- a/16/umbraco-deploy/getting-started/cicd-pipeline/ci-cd-azure-dev-ops.md
+++ b/16/umbraco-deploy/getting-started/cicd-pipeline/ci-cd-azure-dev-ops.md
@@ -14,11 +14,11 @@ We then have a number of variables defined, that are used in the build configura
Most tasks in the pipeline are standard steps that will be used in any .NET web application release, such as the first steps:
-\#1 Install of the NuGet tooling,
+1. Install of the NuGet tooling,
-\#2 Restore of NuGet dependencies,
+2. Restore of NuGet dependencies,
-\#3 And the project build.
+3. And the project build.
Additional steps can be added as required, for example for running automated tests.
@@ -31,7 +31,8 @@ Firstly a web deployment (#4), takes the packaged build artifact and deploys it,
The final step (#5) is Umbraco Deploy specific - to call a function defined in the PowerShell script and trigger the extraction. Replace `ApiSecret` with `ApiKey` if you're using the deprecated API key setting instead.
{% hint style="info" %}
-The Microsoft docs contain useful information, if you are unsure of how to set secrets for your pipeline:
+The Microsoft documentation contain useful information, if you are unsure of how to set secrets for your pipeline:
+
* [Set secret variables](https://learn.microsoft.com/en-us/azure/devops/pipelines/process/set-secret-variables?view=azure-devops&tabs=yaml%2Cbash)
* [Protecting secrets in Azure Pipelines](https://learn.microsoft.com/en-us/azure/devops/pipelines/security/secrets?view=azure-devops)
diff --git a/16/umbraco-deploy/getting-started/cicd-pipeline/ci-cd-github-actions.md b/16/umbraco-deploy/getting-started/cicd-pipeline/ci-cd-github-actions.md
index da1103674f1..0d60cd67827 100644
--- a/16/umbraco-deploy/getting-started/cicd-pipeline/ci-cd-github-actions.md
+++ b/16/umbraco-deploy/getting-started/cicd-pipeline/ci-cd-github-actions.md
@@ -18,7 +18,7 @@ The following steps will take you through setting up a build server in Azure Web
 (1).png>)
-In the Deployment Center we can set up the CI/CD build server. With this example we are going to set up our build server by using GitHub Actions. It is possible to set up the build server however you want as long as it supports executing powershell scripts.
+In the Deployment Center we can set up the CI/CD build server. With this example we are going to set up our build server by using GitHub Actions. It is possible to set up the build server however you want as long as it supports executing Powershell scripts.
2. Go to the Settings tab.
3. Choose which source and build provider to use.
diff --git a/16/umbraco-deploy/getting-started/deploy-settings.md b/16/umbraco-deploy/getting-started/deploy-settings.md
index a3c01452f9b..866b279ed05 100644
--- a/16/umbraco-deploy/getting-started/deploy-settings.md
+++ b/16/umbraco-deploy/getting-started/deploy-settings.md
@@ -200,7 +200,7 @@ If no value is set, Deploy will create 16MB chunks, unless the [CMS `MaxRequestL
### TransferFormsAsContent {#transfer-forms-data-as-content}
-In order for Deploy to handle Forms data as content, you'll to ensure the `TransferFormsAsContent` setting is set to `true`. To transfer Forms data as schema, i.e. via .uda files committed to source control, use a value of `false`.
+In order for Deploy to handle Forms data as content, you'll to ensure the `TransferFormsAsContent` setting is set to `true`. To transfer Forms data as schema via .uda files committed to source control, use a value of `false`.
{% hint style="info" %}
On changing this value from `false` to `true`, make sure to remove any `.uda` files for Forms entities that have already been serialized to disk. These will no longer be updated. By deleting them you avoid any risk of them being processed in the future and inadvertently reverting a form to an earlier state.
@@ -502,15 +502,15 @@ To avoid this handler from being registered, you can set this setting to `false`
### Import on startup {#import-on-startup}
-Deploy can [import content and/or schema previously exported from another Umbraco installation on start-up](../deployment-workflow/import-on-startup.md). This can be customized by changing the `Umbraco:Deploy:ImportOnStartup` settings (note that this is directly below the `Deploy` section and not nested below `Settings`):
+Deploy can [import content and/or schema previously exported from another Umbraco installation on start-up](../deployment-workflow/import-on-startup.md). Change the `Umbraco:Deploy:ImportOnStartup` settings to customize it. This is directly below the `Deploy` section and not nested below `Settings`:
-* `Enabled` - this feature is enabled by default, but can be disabled (e.g. to prevent importing on specific environments)
-* `Files` - the files that are imported on start-up (relative to the project content root, defaults to `umbraco\Deploy\import-on-startup.zip`), which are checked individually (files that do not exist are skipped and a warning will be logged)
-* `FileAction` - `None` will leave the file on disk (and potentially import it again on the next start-up), `Archive` renames the file to end with `.imported` and `Delete` (the default) will remove the file on successful import
-* `WarningsAsErrors` - indicates whether warnings should be considered as errors
-* `EntityTypes` - sets the entity types to import, note that the default import validation will return warnings for entity types in the ZIP archive that are skipped due to this setting
-* `Cultures` - the ISO codes of content variants that should be imported
-* `Username` - the email address of the user that performs the import (used for auditing), uses the 'super-user' administrator account if not set
+* `Enabled` - this feature is enabled by default, but can be disabled (for example, to prevent importing on specific environments).
+* `Files` - the files that are imported on start-up (relative to the project content root, defaults to `umbraco\Deploy\import-on-startup.zip`), which are checked individually (files that do not exist are skipped and a warning will be logged).
+* `FileAction` - `None` will leave the file on disk (and potentially import it again on the next start-up), `Archive` renames the file to end with `.imported` and `Delete` (the default) will remove the file on successful import.
+* `WarningsAsErrors` - indicates whether warnings should be considered as errors.
+* `EntityTypes` - sets the entity types to import. The default import validation will return warnings for entity types in the ZIP archive that are skipped due to this setting.
+* `Cultures` - the ISO codes of content variants that should be imported.
+* `Username` - the email address of the user that performs the import (used for auditing), uses the 'super-user' administrator account if not set.
## Configuration via code
diff --git a/16/umbraco-deploy/getting-started/streamlining-local-development.md b/16/umbraco-deploy/getting-started/streamlining-local-development.md
index de18c3fe6aa..8e415cf1c32 100644
--- a/16/umbraco-deploy/getting-started/streamlining-local-development.md
+++ b/16/umbraco-deploy/getting-started/streamlining-local-development.md
@@ -16,7 +16,7 @@ The process works by using the marker file Umbraco Deploy uses to trigger an upd
If a file named `deploy-on-start` is found in the `/umbraco/Deploy` folder, an update will run automatically when the site starts up.
-Therefore, if we ensure that the file is created everytime the source code is pulled from the remote repository, we can automate the update.
+Therefore, if we ensure that the file is created every time the source code is pulled from the remote repository, we can automate the update.
To do this, carry out the following steps:
diff --git a/16/umbraco-deploy/installation/images/licenses-screen.png b/16/umbraco-deploy/installation/images/licenses-screen.png
new file mode 100644
index 00000000000..034ab1de85e
Binary files /dev/null and b/16/umbraco-deploy/installation/images/licenses-screen.png differ
diff --git a/16/umbraco-deploy/installation/images/test-UDA.png b/16/umbraco-deploy/installation/images/test-UDA.png
new file mode 100644
index 00000000000..2c929784cdc
Binary files /dev/null and b/16/umbraco-deploy/installation/images/test-UDA.png differ
diff --git a/16/umbraco-deploy/installation/install-configure.md b/16/umbraco-deploy/installation/install-configure.md
index 18fcac1d534..f7e49a3ad0d 100644
--- a/16/umbraco-deploy/installation/install-configure.md
+++ b/16/umbraco-deploy/installation/install-configure.md
@@ -14,9 +14,9 @@ Ensure to first read and follow the setup guides for either new or existing proj
New project
-Here we will cover how to install and set up Umbraco Deploy on a new website.
+This section covers cover how to install and set up Umbraco Deploy on a new website.
-#### Requirement
+### Requirement
* Visual Studio 2017 v15.9.6 or later
* Umbraco Deploy license
@@ -41,11 +41,11 @@ When Umbraco has been installed in a repository, we can continue to install and
Existing project
-Here we will cover the steps in order for you to install Umbraco deploy on your already existing website with content.
+This section covers the steps to install Umbraco deploy on your already existing website with content.
-We will cover how to install and set up Umbraco deploy on your website and how to generate the UDA files based on your production website's database.
+Additionally, it covers how to generate the UDA files based on your production website's database.
-#### Requirement
+### Requirement
* Visual Studio 2017 v15.9.6 or later
* Umbraco Deploy license
@@ -101,11 +101,11 @@ When Umbraco has been installed in a repository, we can install Umbraco Deploy i
To install Umbraco Deploy, run `dotnet add package Umbraco.Deploy.OnPrem` from the command line or `Install-Package Umbraco.Deploy.OnPrem` from the package manager console in Visual Studio.
{% hint style="info" %}
-To be able to use Umbraco Forms with Umbraco Deploy, you need to install the `Umbraco.Forms.Deploy` package as well.
+To use Umbraco Forms with Umbraco Deploy, install the `Umbraco.Forms.Deploy` package.
{% endhint %}
{% hint style="info" %}
-In order to deploy content based on certain rich core and community property editors - including Multi URL Picker and Block List/Grid Editor - there is one further NuGet package to install: `Umbraco.Deploy.Contrib`.
+To deploy content with editors such as Multi URL Picker or Block List/Grid Editor, install the `Umbraco.Deploy.Contrib` NuGet package.
{% endhint %}
With Umbraco Deploy installed, to use it in the project you will need to create and add configuration for an API key/secret.
@@ -237,7 +237,7 @@ An example configuration with a single upstream environment file will look like
The setting under _Project:CurrentWorkspaceName_ should match the _Name_ provided in the list of _Workspaces_ that match the current environment. Using this Umbraco Deploy will indicate the correct current environment on the "Workspaces" dashboard.
{% hint style="info" %}
-In Umbraco Deploy 9, this value was set using the configuration key _Debug:EnvironmentName_. Although included under a "Debug" section, this setting is required for the installations of Umbraco Deploy on-premises (i.e. other than on Umbraco Cloud). Hence why it was moved to the "Project" section in Umbraco Deploy 10.
+In Umbraco Deploy 9, this value was set using the configuration key _Debug:EnvironmentName_. Although included under a "Debug" section, this setting is required for the installations of Umbraco Deploy on-premises (other than on Umbraco Cloud). Hence why it was moved to the "Project" section in Umbraco Deploy 10.
{% endhint %}
Expected values for _Type_ are "development", "staging" or "live". These settings are required, though strictly only for the latter is it necessary to use the specific value of "live", so other values can be used if you have more than these three environments.
@@ -263,7 +263,7 @@ Once the configuration has been set up with the correct information we can now g
This can be done by going to the `/umbraco/Deploy/Revision` folder of the project and create a test `.uda` file, and then check in either your Git GUI or in the command line and verify whether the test file is being tracked.
-![Test UDA file]()
+
We can see that the file has been created and it is being tracked by Git and we can go ahead and delete the test file.
diff --git a/16/umbraco-deploy/installation/the-licensing-model.md b/16/umbraco-deploy/installation/the-licensing-model.md
index 7fe7cc59cfb..7bedb52b293 100644
--- a/16/umbraco-deploy/installation/the-licensing-model.md
+++ b/16/umbraco-deploy/installation/the-licensing-model.md
@@ -35,8 +35,8 @@ A single license covers one Umbraco solution. It includes all domains hosted by
To clarify the above:
-* You only need one license when you have a solution covering multiple domains- for example, www.mysite.com and www.mysite.dk - load balanced in production over multiple servers running from the same database, managed from the same backoffice instance, and with any number of non-production environments (staging, QA, etc.)
-* You need two licenses if you have a web presence that consists of two separate websites hosted on different domains or sub-domains - for example, www.mysite.com and shop.mysite.com - with each of these managed as a separate Umbraco installation using their own database and backoffice in production.
+* You only need one license when you have a solution covering multiple domains- for example, `www.mysite.com` and `www.mysite.dk` - load balanced in production over multiple servers running from the same database, managed from the same backoffice instance, and with any number of non-production environments (staging, QA, etc.)
+* You need two licenses if you have a web presence that consists of two separate websites hosted on different domains or sub-domains - for example, `www.mysite.com` and `shop.mysite.com` - with each of these managed as a separate Umbraco installation using their own database and backoffice in production.
{% hint style="info" %}
The license for Umbraco Deploy comes with a recurring yearly fee. Learn more about this and pricing on [Umbraco.com](https://umbraco.com/products/umbraco-deploy/).
@@ -81,11 +81,11 @@ Umbraco Cloud projects use a license file placed in the `/umbraco/Licenses` fold
## Validating the license
-On start-up and on a schedule, Umbraco running Deploy On-premise will call out to a service. It will pass the configured license key to determine its validity. The response triggers a notification that the Umbraco Deploy will handle. It will amend the available functionality as appropriate to a valid, invalid or expired license.
+On start-up and on a schedule, Umbraco running Deploy On-premise will call out to a service. It will pass the configured license key to determine its validity. The response triggers a notification that the Umbraco Deploy will handle. It will amend the available functionality as appropriate to a valid, invalid or expired license.
You can view the status of the Umbraco Deploy On-premise license in the backoffice. This is available via the _Settings_ section, listed along with any other products using the same licensing service:
-
+
### When and how to configure an `UmbracoApplicationUrl`
diff --git a/16/umbraco-deploy/release-notes.md b/16/umbraco-deploy/release-notes.md
index 3b81038149a..d56f7e5fa66 100644
--- a/16/umbraco-deploy/release-notes.md
+++ b/16/umbraco-deploy/release-notes.md
@@ -4,7 +4,7 @@ description: Get an overview of the things changed and fixed in each version of
# Release Notes
-In this section we have summarised the changes to Umbraco Deploy and [Deploy Contrib](https://github.com/umbraco/Umbraco.Deploy.Contrib) released in each version. Each version is presented with a link to the [Deploy issue tracker](https://github.com/umbraco/Umbraco.Deploy.Issues/issues) showing a list of issues resolved in the release. We also link to the individual issues themselves from the detail.
+In this section we have summarized the changes to Umbraco Deploy and [Deploy Contrib](https://github.com/umbraco/Umbraco.Deploy.Contrib) released in each version. Each version is presented with a link to the [Deploy issue tracker](https://github.com/umbraco/Umbraco.Deploy.Issues/issues) showing a list of issues resolved in the release. We also link to the individual issues themselves from the detail.
If there are any breaking changes or other issues to be aware of when upgrading they are also noted here.
@@ -57,7 +57,7 @@ This section contains the release notes for Umbraco Deploy 15 including all chan
### [16.0.1](https://github.com/umbraco/Umbraco.Deploy.Contrib/releases/tag/release-16.0.1) (July 11th 2025)
-* Recursively migrate DocTypeGridEditor (DTGE) property values [#270](https://github.com/umbraco/Umbraco.Deploy.Issues/issues/270)
+* Recursively migrate Doc Type Grid Editor (DTGE) property values [#270](https://github.com/umbraco/Umbraco.Deploy.Issues/issues/270)
### [16.0.0](https://github.com/umbraco/Umbraco.Deploy.Contrib/releases/tag/release-16.0.0) (May 12th 2025)