Skip to content

Commit 839735a

Browse files
Merge pull request #476 from microsoft/main
fix: downmerge from main
2 parents a6b05ea + 6e1e79f commit 839735a

File tree

7 files changed

+15
-50
lines changed

7 files changed

+15
-50
lines changed

.devcontainer/devcontainer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
"image": "mcr.microsoft.com/devcontainers/python:3.11-bullseye",
44
"forwardPorts": [50505],
55
"features": {
6-
"ghcr.io/azure/azure-dev/azd:latest": {}
6+
"ghcr.io/azure/azure-dev/azd:latest": {},
7+
"ghcr.io/devcontainers/features/azure-cli:1": {}
78
},
89
"customizations": {
910
"vscode": {

.devcontainer/setup_env.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,5 @@ git pull
55

66
# provide execute permission to quotacheck script
77
sudo chmod +x ./infra/scripts/checkquota_km.sh
8-
sudo chmod +x ./infra/scripts/quota_check_params.sh
8+
sudo chmod +x ./infra/scripts/quota_check_params.sh
9+
sudo chmod +x ./infra/scripts/run_process_data_scripts.sh

.github/workflows/deploy.yml

Lines changed: 5 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -1,43 +1,3 @@
1-
# name: Deploy MkDocs site to GitHub Pages
2-
3-
# on:
4-
# push:
5-
# branches:
6-
# - main
7-
8-
# jobs:
9-
# deploy:
10-
# runs-on: ubuntu-latest
11-
12-
# steps:
13-
# # Checkout the repo
14-
# - name: Checkout repo
15-
# uses: actions/checkout@v3
16-
17-
# # Set up Python environment
18-
# - name: Set up Python
19-
# uses: actions/setup-python@v4
20-
# with:
21-
# python-version: '3.x'
22-
23-
# # Install MkDocs and Material theme
24-
# - name: Install MkDocs & Material theme
25-
# run: |
26-
# pip install mkdocs-material mkdocs-jupyter
27-
28-
# # Build the MkDocs site
29-
# - name: Build the site
30-
# run: |
31-
# cd workshop
32-
# mkdocs build
33-
# touch site/.nojekyll # Disable Jekyll
34-
35-
# # Deploy to GitHub Pages
36-
# - name: Deploy to GitHub Pages
37-
# uses: peaceiris/actions-gh-pages@v3
38-
# with:
39-
# github_token: ${{ secrets.GITHUB_TOKEN }}
40-
# publish_dir: workshop/site
411

422
name: Deploy MkDocs site to GitHub Pages
433

@@ -46,6 +6,11 @@ on:
466
branches:
477
- main
488

9+
permissions:
10+
contents: write
11+
pages: write
12+
id-token: write
13+
4914
jobs:
5015
build-and-deploy:
5116
runs-on: ubuntu-latest

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,12 +72,12 @@ Follow the quick deploy steps on the deployment guide to deploy this solution
7272
<br/>
7373

7474
> ⚠️ **Important: Check Azure OpenAI Quota Availability**
75-
<br/>To ensure sufficient quota is available in your subscription, please follow [quota check instructions guide](./docs/QuotaCheck.md) before you deploy the solution.
75+
<br/>To ensure sufficient quota is available in your subscription, please follow [quota check instructions guide](./documents/QuotaCheck.md) before you deploy the solution.
7676
7777
<br/>
7878

7979
### Prerequisites and costs
80-
To deploy this solution accelerator, ensure you have access to an [Azure subscription](https://azure.microsoft.com/free/) with the necessary permissions to create **resource groups, resources, app registrations, and assign roles at the resource group level**. This should include Contributor role at the subscription level and Role Based Access Control role on the subscription and/or resource group level. Follow the steps in [Azure Account Set Up](./docs/AzureAccountSetUp.md).
80+
To deploy this solution accelerator, ensure you have access to an [Azure subscription](https://azure.microsoft.com/free/) with the necessary permissions to create **resource groups, resources, app registrations, and assign roles at the resource group level**. This should include Contributor role at the subscription level and Role Based Access Control role on the subscription and/or resource group level. Follow the steps in [Azure Account Set Up](./documents/AzureAccountSetUp.md).
8181

8282
Here are some example regions where the services are available: East US, East US2, Australia East, UK South, France Central.
8383

@@ -204,4 +204,4 @@ You acknowledge that the Software and Microsoft Products and Services (1) are no
204204

205205
You acknowledge the Software is not subject to SOC 1 and SOC 2 compliance audits. No Microsoft technology, nor any of its component technologies, including the Software, is intended or made available as a substitute for the professional advice, opinion, or judgement of a certified financial services professional. Do not use the Software to replace, substitute, or provide professional financial advice or judgment.
206206

207-
BY ACCESSING OR USING THE SOFTWARE, YOU ACKNOWLEDGE THAT THE SOFTWARE IS NOT DESIGNED OR INTENDED TO SUPPORT ANY USE IN WHICH A SERVICE INTERRUPTION, DEFECT, ERROR, OR OTHER FAILURE OF THE SOFTWARE COULD RESULT IN THE DEATH OR SERIOUS BODILY INJURY OF ANY PERSON OR IN PHYSICAL OR ENVIRONMENTAL DAMAGE (COLLECTIVELY, “HIGH-RISK USE”), AND THAT YOU WILL ENSURE THAT, IN THE EVENT OF ANY INTERRUPTION, DEFECT, ERROR, OR OTHER FAILURE OF THE SOFTWARE, THE SAFETY OF PEOPLE, PROPERTY, AND THE ENVIRONMENT ARE NOT REDUCED BELOW A LEVEL THAT IS REASONABLY, APPROPRIATE, AND LEGAL, WHETHER IN GENERAL OR IN A SPECIFIC INDUSTRY. BY ACCESSING THE SOFTWARE, YOU FURTHER ACKNOWLEDGE THAT YOUR HIGH-RISK USE OF THE SOFTWARE IS AT YOUR OWN RISK.
207+
BY ACCESSING OR USING THE SOFTWARE, YOU ACKNOWLEDGE THAT THE SOFTWARE IS NOT DESIGNED OR INTENDED TO SUPPORT ANY USE IN WHICH A SERVICE INTERRUPTION, DEFECT, ERROR, OR OTHER FAILURE OF THE SOFTWARE COULD RESULT IN THE DEATH OR SERIOUS BODILY INJURY OF ANY PERSON OR IN PHYSICAL OR ENVIRONMENTAL DAMAGE (COLLECTIVELY, “HIGH-RISK USE”), AND THAT YOU WILL ENSURE THAT, IN THE EVENT OF ANY INTERRUPTION, DEFECT, ERROR, OR OTHER FAILURE OF THE SOFTWARE, THE SAFETY OF PEOPLE, PROPERTY, AND THE ENVIRONMENT ARE NOT REDUCED BELOW A LEVEL THAT IS REASONABLY, APPROPRIATE, AND LEGAL, WHETHER IN GENERAL OR IN A SPECIFIC INDUSTRY. BY ACCESSING THE SOFTWARE, YOU FURTHER ACKNOWLEDGE THAT YOUR HIGH-RISK USE OF THE SOFTWARE IS AT YOUR OWN RISK.

docs/workshop/README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
# Conversation Knowledge Mining Solution Accelerator: Hands-on Workshop
22

33
| [![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](https://codespaces.new/microsoft/Conversation-Knowledge-Mining-Solution-Accelerator) | [![Open in Dev Containers](https://img.shields.io/static/v1?style=for-the-badge&label=Dev%20Containers&message=Open&color=blue&logo=visualstudiocode)](https://vscode.dev/redirect?url=vscode://ms-vscode-remote.remote-containers/cloneInVolume?url=https://github.com/microsoft/Conversation-Knowledge-Mining-Solution-Accelerator) |
4-
|---|---|
5-
64

75

86
### About the Conversation Knowledge Mining Solution Accelerator

docs/workshop/mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Project information .........................................
22
site_name: "Knowledge Mining Microhack: Workshop Guide"
3-
site_url: https://blessing-sanusi.github.io/microhack-doc/
3+
site_url: https://microsoft.github.io/Conversation-Knowledge-Mining-Solution-Accelerator
44
site_author: bsanusi
55
site_description: >-
66
Knowlege mining AI solution accelerator for Azure OpenAI Service and Azure Cognitive Search.

documents/CustomizeData.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@ If you would like to update the solution to leverage your own data please follow
1111
1. Navigate to the storage account in the resource group you are using for this solution.
1212
2. Open the `data` container
1313
3. If you have audio files, upload them to `custom_audiodata` folder. If you have call transcript files, upload them to `custom_transcripts` folder.
14-
4. Navigate to the terminal and run the `run_process_data_script.sh` to process the new data into the solution with the following commands.
14+
4. Navigate to the terminal and run the `run_process_data_scripts.sh` to process the new data into the solution with the following commands.
1515
```shell
1616
cd infra/scripts
1717

1818
az login
1919

20-
bash run_process_data_script.sh resourcegroupname_param
20+
bash run_process_data_scripts.sh resourcegroupname_param
2121
```
2222
a. resourcegroupname_param - the name of the resource group.
2323

0 commit comments

Comments
 (0)