User Profile
Petri-X
Bronze Contributor
Joined 8 years ago
User Widgets
Recent Discussions
Re: When the Bot's app secrets expires, how to fix. .
Hi Sayali-MSFT I'm not sure if you got my issue. I do have already existing chatbot on our Teams and its secrets expired. When I'm looking for the chatbot using the developer Portal I can see the bot under the "tools" menu and here is also the place to renew the secret for the bot, and that works fine: But the question is, where shall I add that the new client secret in next? If I review the bot from the "App Features" it shows all others, except the secrets: When I create this at the first time, then I was able to define the bot and client secret. But where is the logic for renewing the secret? I hope the answer is: "you should setup new bot every time you update the client secrets" 🙂21Views0likes0CommentsWhen the Bot's app secrets expires, how to fix. .
Hi, Just realized that the secret was expired from one of our Teams chatbot. On the Developer portal, there was nice button "Add a secret" under Tools \ Bot Management. And that was working fine, it adds the new secret and I was able to remove the expired. The only question is, was this enough? Or should I do something extra steps to get the new secret into use? After few hours, that still not react to me.211Views0likes3CommentsAzure Load Balancer and security headers
Hi, If I need to set Access-Control-Allow-Origin (something else than *) in the server. Does anybody have experiences if that is header is traveling through the Azure Load Balancer? Some documentations are saying that LB needs to be able to support these headers. I'm asking this in this way, as this is kind of preparing for the future, while not be able to test that yet. Neither I was not able to find any Azure documentation for this.144Views0likes2CommentsTeams Bot vs. Azure Bot
Hi, What is the differences between the Bot what you can setup on Teams' Development Portal and Azure Bots? Azure Bot's requires response group. But Bots from development portal seems to not requiring that. Is the development portal only way to setup such a bots, or should I be able to setup those bots from some other way as well?Deploying Microsoft.Web/sites via PowerShell..?
Hi, I do have a ARM template which plays hard game with me, or more likely our security hardenings might make my day enough hard. But I should deploy following resources: Microsoft.Web/ServerFarm Microsoft.Web/sites Which at the moment are failing. And debug logs shows not that much help. So I thought can I deploy those somehow on from the PowerShell and perhaps debug that in better way? I was not able to find more than: New-AzWebApp | Microsoft Learn but that does not do the same. Does any body have a clue how to create such a resources without ARM templates?66Views0likes1CommentRe: ARM template and how to test it partially
Hi Kidd_Ip Actually I did not yet did that, just reading how that should work and help in this kind of scenarios. Somehow just I feels it would be 10x easier, if I can break that line into individual requests and debug which part is really failing. But need to test this debug logging. I was just a bit surprise that I can perform the deployment with PS, but for reading the debug logging I need Azure CLI.63Views0likes0CommentsARM template and how to test it partially
Hi all, If you have a long deployment template and performing that takes 10 - 15 minutes, what would be the best option for troubleshooting the process if that e.g fail at the end? At the moment I'm failing to the Access Denied (I believe so) when the deployment is trying to use ARM Function: Reference to get the Key Vault SecretURI. Of course there is lot of different parameters on it to get that information, but the error message is "AccesstoKeyVaultDenied (code:BadRequest)". So far I have not been able get knowledge where the access denied is coming nor what resource that is trying to get. It is possible to manually test those ARM functions somehow, like with PS command? Or is the only option to Enable ARM debugging, and hope the best? It is just a bit hard to wait over 10min to see if the actions has been helpful or (as too often now) not :D126Views0likes3CommentsHow to find out WhiteBoard, PowerPoint, etc usage in Teams?
Hi, Anybody has thought about possibility to see how much your users are using Microsoft WhiteBoard, PowerPoint Live or Excel Live on the Teams meetings? M365 Admin center have a usage section, but that shows nothing about these apps. There is actually apps usage, but the App ID related to the Teams usage seems to be unknow. Teams Admin center have also some usage reports, but that speak also nothing about these apps.Re: Simple Workflow to Replace Teams Incoming Webhooks
Hi Kenn_Guilstorf_Jr Even it is not Microsoft way of working, but I still would like to ask, will it be ever possible to limiting accesses to the webhooks? Can we somehow limiting the connections and allowing connections to inside our tenant only, or to the networks which we are knowing and trusting? Even you often would not like to believe it, but having all doors open to everywhere is still not the most optimal solution in many companies.14KViews0likes1CommentSurface V1 - Something Went Wrong...
Hi, Yes, I know, running soon out of the support. But still like to ask. Anybody have experience that device start normally, but when icons below time should appears, there is only a text: "Something went wrong Please contact your support person." Admin center says, it is healthy. I can even see device on as "away" on Teams client, and when make the P2P call to device that looks like it is ringing as, when I end the call I can here "blink" from it. Just got the logs from the device to my wks, anything special to look at from there?267Views0likes0CommentsTeams V2 auto start on the nonpersistent VDI devices
Hi, Does anybody knows should it be possible to have a new teams starting automatically when using nonpersistent VDI devices? Users are able to turn auto start on, but still Teams stays away. Microsoft have had this document as well around this topic: New Teams auto-start but as VDI type sometimes affect to some service I was wondering could it be reason as well. Earlier it was so much easier to apply app into RUN hive on registry and problem solved, but now with MSIX-based applications this is not anymore that easy. If this should be troubleshooted, then what process btw is the one which should be launching Teams? Just wondering how to trace that. With RUN hive, this was so much more clear.Re: Creating Workflows is disabled in somewhere
Hi Prasad_Das-MSFT Do you see the same: 1. Go to microsoft365.com and Power Automate (or directly powerautomate.com) 2. Great the same workflow than on Teams. The steps are the same. 3. When you hit [create] I'm getting an error: "Admin data policy 'Data Policy XYZ' restricts use of these apis: TeamsWebhookRequestReceived." I believe this is my issue: Need to find way if that can be enabled.2.4KViews0likes1CommentCreating Workflows is disabled in somewhere
Hi, I was following this guide: Prerequisites to get the the predefined workflow (Post to a channel when a webhook request is received) done. In the next section in step seven instead of having positive sign, I do have a message "Looks like this workflow is disabled by your organization". Anybody knows what other prerequisites the Workflow could have? What else I should have enabled? Somewhere I saw info that I should have "Entra ID \ Logic Apps" enabled, but that is not so clearly stated in anywhere. Something should be enabled (or not locked) in Power Apps site?Azure Inherited roles, but still access denied
Hi, In e.g. Key Vault, when looking for the Access Control I can see that user account have custom contributor role inherited from the subscription level. When looking for the role more deeply it shows: "Showing 500 of 15937 permissions View all (will take a moment to load)" E.g. having the following permissions: Read Secret Properties and Write Secret. So all should be kind of okay..? 🙂 But when I'm looking for the e.g. secrets in the key vault, it gives me back "The operation is not allowed by RBAC." and "You are unauthorized to view these contents.". I thought there could be a "deny" rules, but nothing in there either. What could be the trick on here? What might be blocking or missing the access to the resources. Btw, I just tested, I was able to create the Key Vault by myself.Storage Account, grant SAS tokens but not Entra ID
Hi there, I was playing with Entra and storage account, and I do have permissions in my subscription to generate SAS tokens for sharing access. But when I'm trying to grant Entra ID accesses. that seems to be blocked: Just wondering how I could set the access tokens, but not granting access. What could be the missing role I'm not having?293Views0likes2CommentsCan you find all your Teams Room System devices on Teams Client?
Hi, Hit to strange issue, when searching my room system devices on Teams client, I could not found all of them. Feeling is, I could find only the latest once, but not sure about that. Same issue with other users and Web App. The devices itself are working normally, but this search is lost. No help if I try to search by UPN or with display name. Any others has faced similar behavior?Where is Teams meeting hosted?
Hi all, Old memory started to running in my head, and I found Tom Talk's article: Where in the world will my Microsoft Teams meeting be hosted? Where he wrote: "Your Teams conference location is allocated at the time the first joiner joins (not the organiser, but any first joiner) and it is automatically allocated to the conferencing service in the region nearest to that first joiner." Question is. is this still valid? If this is still valid, them any thoughts how about the EU companies which are under the EU privacy regulations and all data should be kept inside EU boundaries. how much this behavior breaks this regulation rule? In case that you are in EU but invite person outside EU, and that person joins faster than you into that meeting.Re: What do we need to activate Copilot in Microsoft Teams?
Hi LeonPavesic About your step 2, if that is enabled as this document expects: AllowTranscription : True Copilot : Enabled but still users are unable to change the copilot settings to "Copilot without transcription": Also, when looking for the current instructions: Use Copilot without recording a Teams meeting its menu options looks a bit different, looks like classic Teams? So could there be differences between classic Teams and Teams V2?14KViews0likes0Comments
Recent Blog Articles
No content to show