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: docs.en-us/articles/includes/spa-config/blob-storage-config.md
+67Lines changed: 67 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -215,3 +215,70 @@ Example (JSON configuration):
215
215
...
216
216
}
217
217
```
218
+
219
+
### Obtaining the Google Cloud Storage settings
220
+
221
+
First we'll need a Google Cloud Storage bucket to store the files. A new bucket can be created using the **Create** button on the Google Cloud Storage console.
Next we need to create a Google Cloud service account to access the bucket. This can be done using the **Create service account** button on the *Service Accounts* page under *IAM & Admin*.
Inside the JSON file you'll be able to obtain the *"project_id"*, *"private_key_id"*, *"private_key"* and *"client_email"* fields to configure the Blob Storage service.
282
+
283
+
> [!IMPORTANT]
284
+
> The information inside this JSON file allows access to the GCP resources and must not be compromised! Make sure to store or dispose of it securely.
0 commit comments