Skip to content

Commit 43dc8d6

Browse files
fixed link check issue
1 parent 1fbd612 commit 43dc8d6

File tree

3 files changed

+26
-8
lines changed

3 files changed

+26
-8
lines changed

SUPPORT.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Support
2+
3+
## How to file issues and get help
4+
5+
This project uses GitHub Issues to track bugs and feature requests. Please search the existing
6+
issues before filing new issues to avoid duplicates. For new issues, file your bug or
7+
feature request as a new Issue.
8+
9+
For help and questions about using this project, please submit an issue on this repository.
10+
11+
## Microsoft Support Policy
12+
13+
Support for this repository is limited to the resources listed above.

docs/DeploymentGuide.md

Lines changed: 13 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -121,9 +121,18 @@ Select one of the following options to deploy the Document Generation Solution A
121121
2. Sign in with your Azure account when prompted
122122
3. Select the subscription where you want to deploy the solution
123123
4. Wait for the environment to initialize (includes all deployment tools)
124-
5. When prompted in the VS Code Web terminal, choose one of the available options shown below:
124+
5. Once the solution opens, the **AI Foundry terminal** will automatically start running the following command to install the required dependencies:
125125

126-
![VS Code Initial Prompt](./images/vscodeweb_intialize.png)
126+
```shell
127+
sh install.sh
128+
```
129+
During this process, you’ll be prompted with the message:
130+
```
131+
What would you like to do with these files?
132+
- Overwrite with versions from template
133+
- Keep my existing files unchanged
134+
```
135+
Choose “**Overwrite with versions from template**” and provide a unique environment name when prompted.
127136
6. Proceed to [Step 3: Configure Deployment Settings](#step-3-configure-deployment-settings)
128137

129138
</details>
@@ -277,7 +286,7 @@ After successful deployment:
277286

278287
### 5.1 Sample Data Import
279288

280-
Once the deployment has completed successfully and you would like to use the sample data, please open a **Git Bash** terminal and run the bash command printed below. The bash command will look like the following:
289+
1. Once the deployment has completed successfully and you would like to use the sample data, please open a **Git Bash** terminal and run the bash command printed below. The bash command will look like the following:
281290
```shell
282291
bash ./infra/scripts/process_sample_data.sh
283292
```
@@ -288,7 +297,7 @@ After successful deployment:
288297
289298
### 5.2 Configure Authentication (Optional)
290299
291-
1. Follow [App Authentication Configuration](./ConfigureAppAuthentication.md)
300+
1. Follow [App Authentication Configuration](./AppAuthentication.md)
292301
2. Wait up to 10 minutes for authentication changes to take effect
293302
294303
### 5.3 Verify Deployment
@@ -410,10 +419,6 @@ azd env get-values
410419
Now that your deployment is complete and tested, explore these resources to enhance your experience:
411420
412421
📚 **Learn More:**
413-
- [Technical Architecture](./TechnicalArchitecture.md) - Understand the system design and components
414-
- [Customize Expert Agents](./CustomizeExpertAgents.md) - Tailor AI agents to your specific needs
415-
- [Extend Platform Support](./ExtendPlatformSupport.md) - Add support for additional container platforms
416-
- [Configure MCP Servers](./ConfigureMCPServers.md) - Set up Model Context Protocol servers
417422
- [Local Development Setup](./LocalDevelopmentSetup.md) - Set up your local development environment
418423
419424
## Need Help?

docs/LocalDevelopmentSetup.md

Whitespace-only changes.

0 commit comments

Comments
 (0)