-
Notifications
You must be signed in to change notification settings - Fork 244
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Notification blob storage is not filled #615
Comments
Im having the same issue, did you manage to resolve this? |
Hi James, for me it was related to the single tenancy setting of my AAD app... Find the detailed discussion here: |
The initial issue was solved per MicrosoftDocs/msteams-docs#7920 |
@jamesburton85 - do you still have the issue? Would you mind share more details or file another issue to track? |
I am facing this issue, it has been 2 days of trying and nothing seems to work. I created a totally new Teams SSO Tab app and added the notification bot feature. This also did not work either. The Storage container is created but not installation is recorded. I created a Standalone Notification Bot and this worked okay without any issue. I added SSO enabled Tab feature to the Bot application and after provisioning, deploying and running, the installation is not being recorded. I had uninstalled the Bot and the installation was removed from the container. Is there any special case with SSO Tab + Notification Bot when they are together? |
@muiruri - Since your app works well on local, there may be some mis-configuration on your Azure resources. Is it convenient for you to share your |
@swatDong They are all the auto generated files, I only edited the botService.bicep to add the The botService.bicep : https://pastebin.com/04uxQdBS |
@muiruri Your I tried on my side and can also repro your issue. The cause I found is that "Authentication is enabled on the Azure Functions". It seems the A quick workaround is - disable the auth in @hund030 - FYI since it's related to azure function bicep. I'll log a bug to track internally. |
@swatDong Thanks for your help. It is now working. |
Question based on #355.
I'm facing the issue that my bot installations are not recognized when I deploy my app to Azure.
That's why I try to introduce a blob storage as described here.
My container is created successfully and I don't see error, but container stays empty and no bot installations seem to be persisted.
Any ideas?
The text was updated successfully, but these errors were encountered: