Skip to content

Commit

Permalink
Update app-migration.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dima-ravnur authored Feb 19, 2024
1 parent edeefc1 commit 6147a35
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/app-migration.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,10 @@ RMS produces the same Event Grid events schema as AMS. Use [these instructions](

At this point you have your storages registered in RMS and you ensured that your application works seamlessly with RMS API. Now you can migrate all your existing AMS assets metadata to RMS. This migration copies only metadata of your assets; it does not copy or move your assets contents from storage. [These instructions](data-migration.md) will guide you through this process.

## Streaming Endpoints

There is no migration of streaming endpoints from AMS to RMS. RMS does not support full streaming endpoints functionality. It coutnains only one hard-coded streaming endpoint which you can't remove. The only Streaming Endpoint property which you can change is HostName which your code may require for producing streaming URLs (it concatinates Streaming Endpoint host name with Streaming Locator paths). If you are using CDN then you need to follow CDN migration instructions. If you do not use CDN then we highly suggest you to use it, but if you still don't want it then please contact us and will set up your custom domain for you.

## Update CDN configuration

### Change CDN domain
Expand Down

0 comments on commit 6147a35

Please sign in to comment.