Hi
Thank you very much for the insight. That worked! There were no values as stated above actually on the Azure Portal. But i added them in any case, which forced the URLs and that worked!
Regards!
Hi.
To add to this I also did a FLUSHALL on Azure Redis Cache and that did not solve the problem.
Thank you.
Hi
Thank you for your feedback and tips. I did the checks you suggested and all seems to be in place as you suggested. I tried the blazor app URL from a clean machine again and the azurewebsites authserver url is still coming up. My findings below please can you double check that all is in order:
Kudo Deployment Blazor appsettings.json:

Kudo Deployment ApiHost appsettings.json


Kudo Deployment AuthServer appsettings.json

Custom domain settings in Azure:

Please let me know if you can pick up anything i missed out on. I have restarted all 3 webapps
I am available to do a online call to go through it. This is quite urgent and I need it resolved as soon as possible.
Thank you
Thank you very much. That solved the issue!!
Sent thank you
Hi
I went back to deploying via secure files as noted above.
Then also followed the following post and it worked for me: https://codejack.com/2022/12/deploying-abp-io-to-an-azure-appservice/
Thank you for your asisstance!
Hi
I was publishing via secure files on the azure pipeline and then referencing them in my build pipeline yml. that seemed to work and the file was visible in the deployment

- task: DownloadSecureFile@1
  inputs:
    secureFile: 'openiddict.pfx'
- script: |
    mkdir -p $(Build.SourcesDirectory)/src/Pekkish.PekkishPOS.AuthServer
    mv $(Agent.TempDirectory)/openiddict.pfx $(Build.SourcesDirectory)/src/Pekkish.PekkishPOS.AuthServer/
  displayName: 'Move PFX File'
Using your example the openiddict.pfx is not deployed to the azure deployment and not showing in the build artefact
Any suggestions should i go back to the secure files option and then referencing it in the yml?
 
                                