Forum Discussion

Rishimaan_Shukla's avatar
Rishimaan_Shukla
Copper Contributor
Apr 12, 2022

Adaptive card image

As per MSFT Chats Limitations, the maximum length of the message is approx 28Kb which includes text, images, links, etc.

 

https://docs.microsoft.com/en-us/microsoftteams/limits-specifications-teams#chat

 

But while working with the Adaptive Card that includes image and description text, we are able to load images with 250 Kb in size from azure storage through Image URL. Kindly let us know how the image of more than 250 KB can be loaded into the adaptive card since the max limit of an adaptive card is 25KB only.

  • Meghana-MSFT's avatar
    Meghana-MSFT
    Apr 13, 2022

    Rishimaan_Shukla - This is expected. Since you are using a url to load the image, it counts only the size of url and not what you store in that url.

     

    Thanks, 

    Meghana

    ---------------------------------------------------------------------------------------------------------- 

    If the response is helpful, please click "**Mark as Best Response**" and like it. You can share your feedback via Microsoft Teams Developer Feedback link. Click here to escalate. 

      • Meghana-MSFT's avatar
        Meghana-MSFT
        Icon for Microsoft rankMicrosoft

        Rishimaan_Shukla - This is expected. Since you are using a url to load the image, it counts only the size of url and not what you store in that url.

         

        Thanks, 

        Meghana

        ---------------------------------------------------------------------------------------------------------- 

        If the response is helpful, please click "**Mark as Best Response**" and like it. You can share your feedback via Microsoft Teams Developer Feedback link. Click here to escalate. 

Resources