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
Copy file name to clipboardExpand all lines: pages/serverless-containers/how-to/use-private-networks.mdx
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@ For full information about Scaleway Private Networks and VPC, see our [dedicated
22
22
23
23
## How to create a Private Network
24
24
25
-
This action must be carried out from the VPC section of the console. Follow the procedure detailed in our [dedicated VPC documentation](/vpc/how-to/create-private-network/).
25
+
This action must be carried out from the Private Networks section of the console. Follow the procedure detailed in our [dedicated Private Networks documentation](/vpc/how-to/create-private-network/).
26
26
27
27
## How to attach a Serverless Container to a Private Network
28
28
@@ -32,7 +32,7 @@ This action must be carried out from the VPC section of the console. Follow the
32
32
2. Click the relevant containers namespace.
33
33
3. Click the name of the container you want to manage.
34
34
4. Open the **Settings** tab, then scroll to the **Advanced options** section.
35
-
5. In the **VPC** tab, select a Private Network from the dropdown menu.
35
+
5. In the **Private Networks** tab, select a Private Network from the dropdown menu.
36
36
6. Click **Save container settings**.
37
37
38
38
Your container is redeployed, and is now attached to the selected Private Network.
@@ -42,7 +42,7 @@ This action must be carried out from the VPC section of the console. Follow the
42
42
2. Click the **containers namespace** in which you want to create your container.
43
43
3. Click **+ Create container**. The container creation wizard displays.
44
44
4. Scroll to the **Advanced options** section.
45
-
5. In the **VPC** tab, select a Private Network from the dropdown menu.
45
+
5. In the **Private Networks** tab, select a Private Network from the dropdown menu.
46
46
6. Configure the other parameters of your container, then click **Create container**. Refer to the [How to create a container](/serverless-containers/how-to/build-push-container-image/) for more information.
47
47
48
48
Your new container is deployed, and is attached to the selected Private Network.
@@ -55,7 +55,7 @@ This action must be carried out from the VPC section of the console. Follow the
55
55
2. Click the relevant containers namespace.
56
56
3. Click the name of the container you want to manage.
57
57
4. Open the **Settings** tab, then scroll to the **Advanced options** section.
58
-
5. In the **VPC** tab, click the <Iconname="unlink" /> icon next to the Private Network attached to your container.
58
+
5. In the **Private Networks** tab, click the <Iconname="unlink" /> icon next to the Private Network attached to your container.
59
59
6. Click **Save container settings**.
60
60
61
61
Your container is redeployed and is now detached from the Private Network.
@@ -66,7 +66,7 @@ Your container is redeployed and is now detached from the Private Network.
66
66
Before deleting a Private Network, you must [detach](/vpc/how-to/attach-resources-to-pn/#how-to-detach-a-resource-from-a-private-network) all resources attached to it.
67
67
</Message>
68
68
69
-
This must be carried out from the VPC section of the console. Follow the procedure detailed in our [dedicated VPC documentation](/vpc/how-to/delete-private-network/).
69
+
This must be carried out from the Private Networks section of the console. Follow the procedure detailed in our [dedicated Private Networks documentation](/vpc/how-to/delete-private-network/).
Copy file name to clipboardExpand all lines: pages/serverless-functions/how-to/use-private-networks.mdx
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ For full information about Scaleway Private Networks and VPC, see our [dedicated
20
20
21
21
## How to create a Private Network
22
22
23
-
This action must be carried out from the VPC section of the console. Follow the procedure detailed in our [dedicated VPC documentation](/vpc/how-to/create-private-network/).
23
+
This action must be carried out from the Private Networks section of the console. Follow the procedure detailed in our [dedicated Private Networks documentation](/vpc/how-to/create-private-network/).
24
24
25
25
## How to attach a Serverless Function to a Private Network
26
26
@@ -30,7 +30,7 @@ This action must be carried out from the VPC section of the console. Follow the
30
30
2. Click the relevant functions namespace.
31
31
3. Click the name of the function you want to manage.
32
32
4. Open the **Settings** tab, then scroll to the **Advanced options** section.
33
-
5. In the **VPC** tab, select a Private Network from the dropdown menu.
33
+
5. In the **Private Networks** tab, select a Private Network from the dropdown menu.
34
34
6. Click **Save function settings**.
35
35
36
36
Your function is redeployed, and is now attached to the selected Private Network.
@@ -40,7 +40,7 @@ This action must be carried out from the VPC section of the console. Follow the
40
40
2. Click the **functions namespace** in which you want to create your function.
41
41
3. Click **+ Create function**. The function creation wizard displays.
42
42
4. Scroll to the **Advanced options** section.
43
-
5. In the **VPC** tab, select a Private Network from the dropdown menu.
43
+
5. In the **Private Networks** tab, select a Private Network from the dropdown menu.
44
44
6. Configure the other parameters of your function, then click **Create function**. Refer to the [How to create a function](/serverless-functions/how-to/create-a-function/) for more information.
45
45
46
46
Your new function is deployed, and is attached to the selected Private Network.
@@ -53,7 +53,7 @@ This action must be carried out from the VPC section of the console. Follow the
53
53
2. Click the relevant functions namespace.
54
54
3. Click the name of the function you want to manage.
55
55
4. Open the **Settings** tab, then scroll to the **Advanced options** section.
56
-
5. In the **VPC** tab, click the <Iconname="unlink" /> icon next to the Private Network attached to your function.
56
+
5. In the **Private Networks** tab, click the <Iconname="unlink" /> icon next to the Private Network attached to your function.
57
57
6. Click **Save function settings**.
58
58
59
59
Your function is redeployed and is now detached from the Private Network.
@@ -64,7 +64,7 @@ Your function is redeployed and is now detached from the Private Network.
64
64
Before deleting a Private Network, you must [detach](/vpc/how-to/attach-resources-to-pn/#how-to-detach-a-resource-from-a-private-network) all resources attached to it.
65
65
</Message>
66
66
67
-
This must be carried out from the VPC section of the console. Follow the procedure detailed in our [dedicated VPC documentation](/vpc/how-to/delete-private-network/).
67
+
This must be carried out from the Private Networks section of the console. Follow the procedure detailed in our [dedicated Private Networks documentation](/vpc/how-to/delete-private-network/).
0 commit comments