Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions pages/edge-services/how-to/configure-custom-domain.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,9 @@ The procedure for adding a customized endpoint is as follows:

<Message type="important">
It is **not** possible to use only a root domain (aka primary domain or apex domain), you must use a subdomain. This is because CNAME records, essential to point your domain to your Edge Services endpoint, cannot by definition be created for root domains, only for subdomains.
✅ blog.example.com
❌ example.com
For example,
✅ Use: `blog.mywebsite.com`
❌ Don't use: `mywebsite.com`.
</Message>

4. This step depends on whether the domain used in the previous step is managed with [Scaleway Domains and DNS](/domains-and-dns/), or an external domain provider. Choose the appropriate tab below.
Expand Down Expand Up @@ -120,4 +121,4 @@ Even though the original Edge Services endpoint (e.g. `https://pipeline-id.svc.e
- Delete your CNAME record from your domain provider, unless your domain is managed with Scaleway Domains and DNS, in which case we take care of deletion for you.
- Delete any SSL/TLS certificates you imported into Secret Manager (if no longer required elsewhere, so that you are no longer billed for it). If you generated a managed Let's Encrypt certificate however, Scaleway takes care of the deletion for you.

3. Click **Reset domain** to finish.
3. Click **Reset domain** to finish.
15 changes: 8 additions & 7 deletions pages/edge-services/quickstart.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,13 @@ To use Edge Services, you must take out a subscription plan, which then enables

## How to subscribe to Edge Services

To use Edge Services, you must subscribe to a [pricing plan](https://www.scaleway.com/en/pricing/network/#edge-services). Within its monthly price, each pricing plan includes a fixed number of pipelines, and a certain amount of egress cache data. Any consumption that exceeds the limits of the plan is charged at an additional rate.
To use Edge Services, you must subscribe to a [pricing plan](https://www.scaleway.com/en/pricing/network/#edge-services). Within its monthly price, each pricing plan includes a fixed number of pipelines, and a certain amount of egress cache data. Any consumption that exceeds the limits of the plan is charged at an additional rate.

Find out more about how Edge Service subscription plans and billing works on our [Understanding Edge Services pricing](/edge-services/reference-content/understanding-pricing/) page, or follow the steps below to subscribe.

1. Click **Edge Services** in the **Network** section of the [Scaleway console](https://console.scaleway.com/) side menu.

2. Click **Subscribe to Edge Services**. Information about available [pricing plans](https://www.scaleway.com/en/pricing/network/#edge-services) is displayed.
2. Click **Subscribe to Edge Services**. Information about available [pricing plans](https://www.scaleway.com/en/pricing/network/#edge-services) is displayed.

3. Select a plan, and click **Subscribe to Edge Services**.

Expand All @@ -49,7 +49,7 @@ You can create [pipelines](/edge-services/concepts/#pipeline) for either Object

3. Choose an **origin type**, the type of resource which Edge Services will connect to to fetch content to serve. This can either be **Load Balancer** or **Object Storage**.

Follow the steps below depending on whether you are creating a Load Balancer or Object Storage pipeline<br/>
Follow the steps below depending on whether you are creating a Load Balancer or Object Storage pipeline.<br/>

<Tabs id="edge-services-quickstart">
<TabsTab label="Load Balancer">
Expand Down Expand Up @@ -112,8 +112,9 @@ If you already own a domain, you can customize an Edge Services pipeline endpoin

<Message type="important">
It is **not** possible to use only a root domain (aka primary domain or apex domain), you must use a subdomain. This is because CNAME records, essential to point your domain to your Edge Services endpoint, cannot by definition be created for root domains, only for subdomains.
✅ blog.example.com
❌ example.com
For example,
✅ Use: `blog.mywebsite.com`
❌ Don't use: `mywebsite.com`.
</Message>

4. This step depends on whether the domain used in the previous step is managed with [Scaleway Domains and DNS](/domains-and-dns/), or an external domain provider. Choose the appropriate tab below.
Expand Down Expand Up @@ -190,7 +191,7 @@ For information on purging your cache, see our [dedicated documentation](/edge-s

1. Click **Edge Services** in the **Network** section of the [Scaleway console](https://console.scaleway.com/) side menu. The **Pipelines** tab displays.

2. Click the pipeline that you want to delete. You are taken to the pipeline's **Overview** page
2. Click the pipeline that you want to delete. You are taken to the pipeline's **Overview** page.

4. In the **Delete Edge Services pipeline** panel at the bottom of the screen, click **Delete Edge Services pipeline**.

Expand All @@ -216,7 +217,7 @@ You can terminate your Edge Services subscription at any time, as long as you ha

2. Click the **Plans** tab. An overview of your current plan displays, along with options to manage your plan or terminate your subscription.

3. Scroll down to the **Terminate subscription** section, and click **Terminate subscription**.
3. Scroll down to the **Terminate subscription** section, and click **Terminate subscription**.

A pop-up displays, asking you to confirm that you want to terminate your subscription.

Expand Down
4 changes: 2 additions & 2 deletions pages/instances/how-to/use-private-networks.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ If you want to create a Private Network without immediately attaching any resour
2. Click the Instance you want to add a Private Network to.
3. Click the **Private Networks** tab.
4. Click the **Attach to a Private Network** button. A pop-up displays.
5. Select **Attach to an existing Private Network*
5. Select **Attach to an existing Private Network**.
6. Select the Private Network you want to attach the Instance to.
<Message type="note">
Only Instances from the same region as your Private Network will be available in the drop-down menu.
Expand All @@ -73,4 +73,4 @@ If you want to create a Private Network without immediately attaching any resour
Before deleting a Private Network, you must [detach](/instances/how-to/use-private-networks/#how-to-detach-instances-from-a-private-network) all Instances attached to it.
</Message>

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/).
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/).
Loading