
Announcements
I'm looking for security best practices on creating copilot studios and providing this information to users and developers who are developing their own.
I searched for quite awhile and don't see anything widely available and was wondering if I was missing it somewhere. Alternatively has anyone provided this information to anyone at their own company? What are some security best practices that you do on your own?
__PRESENT
Good morning,
Hope you are doing well. My recommendation would be: have multiple environments in your power platform.
It is very easy to delete someone's work and debugging in copilot studio can be complicated if you don't have logs in Azure ==> Create a production environment and a development environment. If you validate a bot in development, export it and import it in the production environment where nobody can break it by accident.
Use an Azure log analytics to troubleshoot errors.
Deploying a chatbot can be confusing if you don't have someone who knows Azure in your team. The tool can be easy to use but that doesn't mean that everything around is easy (deploying, troubleshooting with azure, creating environments)...
Hope it helps,
Have a great day!