AC Greetings!
Is it feasible to update the System Prompt message in the Environment Variable through Azure portal after deploying my app?
To answer your question, yes you can update the system message once your web app is deployed through Azure Portal webapp environmental settings.
You can use the AZURE_OPENAI_SYSTEM_MESSAGE
setting to update the system message.
Also, note that you can customize your published web app in the Azure portal. The source code for the published web app is available on GitHub, where you can find information on changing the app frontend, as well as instructions for building and deploying the app.
The source code is provided "as is" and as a sample only. Customers are responsible for all customization and implementation of their web apps.
See Customizing the application using environment variables and for more details.
Do let me know if that helps or have any other queries.
If the response helped, please do click Accept Answer
and Yes
for was this answer helpful.