OfficeDev / microsoft-teams-apps-company-communicator

Company Communicator app template
MIT License
326 stars 400 forks source link

Change logo and name #1506

Closed ahlim0011 closed 1 month ago

ahlim0011 commented 1 month ago

Hi,

It's not really an issue, but is there a way to customise the branding, including the name and app logo?

tiwariShiv7 commented 1 month ago

Please refer to this FAQ #12

ahlim0011 commented 1 month ago

Screenshot 2024-07-24 114247 do you know why I don't see the option mentioned on the FAQ

v-jaygupta commented 1 month ago

Hello @ahlim0011 ,

To update name of CC • Login to Azure Portal with Global Admin Credentials (portal.azure.com) • Go to Resource Groups and Under your subscription select the resource group where the app is deployed. • Click on Azure Bot(user/author) --> under settings click bot profile-->Change display name as per the organizational need. image • And update the names in the manifest files for user/author. Re-upload the zipped manifest file again. Here is the place for reference. image

To change the icon

• Go to Resource Groups and Under your subscription select the resource group where the app is deployed. • Click on Azure Bot(user/Author) --> under settings click bot profile-->Upload custom icon. Change the icon as per the organizational requirement. • In the manifest folder, update the same icon. Please make sure that it is having the required dimensions same as default icons. Note:- • There might be chance that desktop app will get cached. However, it can be validated by checking in the browser version of the app. • In the ‘Icon’ field, it is recommended to upload the size 192x192. • The same procedure can be performed for both author and user apps. • To change the header logo and header text in the Author App Header as depicted in below - For updating this your CC instance version should be v5.2 or above

image

• Go to app service --> Configuration--> Update React_App_HeaderImage and text. For image, please make sure that the url should be valid type and publicly accessible.

image

microsoft-github-policy-service[bot] commented 1 month ago

This issue has been automatically marked as stale because it has been marked as requiring author feedback but has not had any activity for 4 days. It will be closed if no further activity occurs within 3 days of this comment.