fix: Updated readme for role assignment and file name #282
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This pull request updates documentation files to reflect changes in role naming conventions and backend application execution commands. The most important changes include updates to Azure role assignments and adjustments to the commands for running the backend application.
Updates to Azure role assignments:
docs/DeploymentGuide.md: Changed the role name from "Cognitive Services OpenAI User" to "Azure AI User" in the Azure CLI command for role assignment.docs/LocalDeployment.md: Updated the role name in the Azure CLI command for role assignment to match the new naming convention.Updates to backend application execution commands:
docs/DeploymentGuide.md: Modified the command to run the backend application frompython app.pytopython app_kernel.py.docs/LocalDeployment.md: Adjusted the backend application execution command to usepython app_kernel.pyinstead ofpython app.py.## PurposeDoes this introduce a breaking change?
How to Test
What to Check
Verify that the following are valid
Other Information