About 50 results
Open links in new tab
  1. Display number in adaptive card - Stack Overflow

    Jan 9, 2020 · Adaptive Cards Templating Using Templates, as you're doing now Doing string replacement of your own (e.g. var card = '..."text": "##Number##"...' and then card = card.Replace …

  2. How can I list all collections in the MongoDB shell?

    In the MongoDB shell, how do I list all collections for the current database that I'm using?

  3. RegEx match open tags except XHTML self-contained tags

    You can't parse [X]HTML with regex. Because HTML can't be parsed by regex. Regex is not a tool that can be used to correctly parse HTML. As I have answered in HTML-and-regex questions here so …

  4. Bot Channels Registration - Azure Bot Framework - Stack Overflow

    Apr 13, 2020 · A Bot in the Microsoft Bot Framework world basically consists of two things: a registration within the Microsoft Bot Framework services (which includes an Azure App registration) the "bot" …

  5. Send a user message to a user via Power Automate in MS Teams

    Sep 22, 2022 · You can try these Power Automate steps to create the 1:1 chat between you and the user, then send a message to it.

  6. Securing Blob Access using Entra ID - Stack Overflow

    Jun 18, 2024 · From my understanding, if you want to put blobs via code, any user with access (permission ) to that action can upload blobs. For your condition, I suggest attaching the client …

  7. Getting the client's time zone (and offset) in JavaScript

    How can I gather the visitor's time zone information? I need both: the time zone (for example, Europe/London) and the offset from UTC or GMT (for example, UTC+01)

  8. Power Automate editing posted teams message - Stack Overflow

    Nov 3, 2022 · I am using power automate to post a message to a teams channel. The message cannot be edited by admin of that teams channel or any user in that channel. I could not find an option to …

  9. How to configure vs code working directory in the launch.json

    Nov 29, 2017 · There is a launch.json file...there you should be able to set the cwd property... (cwd stands for current working directory)

  10. Find/Set Azure Functions Core Tools version Visual Studio use

    Oct 17, 2024 · Open View=>Terminal in Visual Studio, run func --version command to get the version of function core tools. Refer Image