You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Click here to launch the deployment guide](./docs/DeploymentGuide.md)
59
59
60
-
➡️ To ensure sufficient quota is available in your subscription, please follow **[Quota check instructions guide](./docs/quota_check.md)** before you deploy the solution.
61
60
62
61
|[](https://codespaces.new/microsoft/content-processing-solution-accelerator)|[](https://vscode.dev/redirect?url=vscode://ms-vscode-remote.remote-containers/cloneInVolume?url=https://github.com/microsoft/content-processing-solution-accelerator)|
63
62
|---|---|
64
63
64
+
<br>
65
+
66
+
> ⚠️ **Important: Check Azure OpenAI Quota Availability** <br/>To ensure sufficient quota is available in your subscription, please follow [quota check instructions guide](./docs/Quota_Check.md) before you deploy the solution.
Copy file name to clipboardExpand all lines: docs/DeploymentGuide.md
+11-3Lines changed: 11 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ Check the [Azure Products by Region](https://azure.microsoft.com/en-us/explore/g
18
18
19
19
Here are some example regions where the services are available: East US, East US2, Australia East, UK South, France Central.
20
20
21
-
### **Important Note for PowerShell Users**
21
+
### **Important: Note for PowerShell Users**
22
22
23
23
If you encounter issues running PowerShell scripts due to the policy of not being digitally signed, you can temporarily adjust the `ExecutionPolicy` by running the following command in an elevated PowerShell session:
24
24
@@ -28,6 +28,14 @@ Set-ExecutionPolicy -Scope Process -ExecutionPolicy Bypass
28
28
29
29
This will allow the scripts to run for the current session without permanently changing your system's policy.
⚠️ To ensure sufficient quota is available in your subscription, please follow [quota check instructions guide](./Quota_Check.md) before you deploy the solution.
36
+
37
+
<br/>
38
+
31
39
## Deployment Options & Steps
32
40
33
41
Pick from the options below to see step-by-step instructions for GitHub Codespaces, VS Code Dev Containers, Local Environments, and Bicep deployments.
@@ -40,7 +48,7 @@ Pick from the options below to see step-by-step instructions for GitHub Codespac
40
48
41
49
### GitHub Codespaces
42
50
43
-
You can run this solution using GitHub Codespaces. The button will open a web-based VS Code instance in your browser:
51
+
You can run this solution using [GitHub Codespaces](https://docs.github.com/en/codespaces). The button will open a web-based VS Code instance in your browser:
44
52
45
53
1. Open the solution accelerator (this may take several minutes):
46
54
@@ -57,7 +65,7 @@ You can run this solution using GitHub Codespaces. The button will open a web-ba
57
65
58
66
### VS Code Dev Containers
59
67
60
-
You can run this solution in VS Code Dev Containers, which will open the project in your local VS Code using the [Dev Containers extension](https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.remote-containers):
68
+
You can run this solution in [VS Code Dev Containers](https://code.visualstudio.com/docs/devcontainers/containers), which will open the project in your local VS Code using the [Dev Containers extension](https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.remote-containers):
61
69
62
70
1. Start Docker Desktop (install it if not already installed).
0 commit comments