Forum Discussion
SharePoint Framework SPFX multiple app versions
- May 15, 2017
AFAIK, yes.
We need the ID to be different, so that you can upload 2 pkg files. The package files will point at the code in the CDN.
An alternative could be to have two tenant and/or two CDNs.
Thanks for the reply
I tried to change ID, that didn't work
what I want to do is create 2 versions
1. development,
code running locally, test on a page where app web part is installed, (not workbench page)
2. staging/production
code retrieved from Azure, app runs on a page where app web part is installed.
so I will need to have two versions of app uploaded to the App store, one with cdnpath points to Auzre,
Did you try with two containers as mentioned earlier?
- Man ChengMay 15, 2017Copper Contributor
no, I only want one copy to be in Azure, do I still need two containers?
- May 15, 2017
AFAIK, yes.
We need the ID to be different, so that you can upload 2 pkg files. The package files will point at the code in the CDN.
An alternative could be to have two tenant and/or two CDNs.