Skip to content

Commit

Permalink
Revertting Ibiza redirect to use old test environment query string va…
Browse files Browse the repository at this point in the history
…lues
  • Loading branch information
ehamai committed Dec 4, 2017
1 parent d093c07 commit ad4bed6
Showing 1 changed file with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -222,14 +222,12 @@ export class GettingStartedComponent implements OnInit, OnDestroy {
let environment = '';
if (window.location.host.indexOf('staging') !== -1) {
// Temporarily redirecting FunctionsNext to use the Canary Ibiza environment.
environment = '?feature.fastmanifest=false&appsvc.env=stage';
// environment = '?websitesextension_functionsstaged=true';
environment = '?feature.fastmanifest=false&websitesextension_functionsstaged=true';

} else if (window.location.host.indexOf('next') !== -1) {

// Temporarily redirecting FunctionsNext to use the Canary Ibiza environment.
environment = '?feature.canmodifystamps=true&BizTalkExtension=canary&WebsitesExtension=canary&feature.fastmanifest=false&appsvc.env=next';
// environment = '?websitesextension_functionsnext=true';
environment = '?feature.canmodifystamps=true&BizTalkExtension=canary&WebsitesExtension=canary&feature.fastmanifest=false&websitesextension_functionsnext=true';
}

window.location.replace(`${portalHostName}/${currentTenant.DomainName}${environment}#resource${armId}`);
Expand Down

0 comments on commit ad4bed6

Please sign in to comment.