Issue#954: Add publish tutorial for Azure
BIN
content/tutorials/images/marketplace/publish/azure-1.png
Normal file
After Width: | Height: | Size: 31 KiB |
BIN
content/tutorials/images/marketplace/publish/azure-10.png
Normal file
After Width: | Height: | Size: 69 KiB |
BIN
content/tutorials/images/marketplace/publish/azure-2.png
Normal file
After Width: | Height: | Size: 56 KiB |
BIN
content/tutorials/images/marketplace/publish/azure-3.png
Normal file
After Width: | Height: | Size: 99 KiB |
BIN
content/tutorials/images/marketplace/publish/azure-4.png
Normal file
After Width: | Height: | Size: 51 KiB |
BIN
content/tutorials/images/marketplace/publish/azure-5.png
Normal file
After Width: | Height: | Size: 123 KiB |
BIN
content/tutorials/images/marketplace/publish/azure-6.png
Normal file
After Width: | Height: | Size: 70 KiB |
BIN
content/tutorials/images/marketplace/publish/azure-7.png
Normal file
After Width: | Height: | Size: 42 KiB |
BIN
content/tutorials/images/marketplace/publish/azure-8.png
Normal file
After Width: | Height: | Size: 104 KiB |
BIN
content/tutorials/images/marketplace/publish/azure-9.png
Normal file
After Width: | Height: | Size: 34 KiB |
@ -42,4 +42,62 @@ After creating a downloadable file URL, fill the `File*` field with the download
|
||||
|
||||

|
||||
|
||||
_Note: Google Drive allows only shared files to be downloaded as shown in above steps. The above method does not work shared folder. As a workaround, publishers can upload a zip of a folder and upload it as a file._
|
||||
_Note: Google Drive allows only shared files to be downloaded as shown in above steps. The above method does not work shared folder. As a workaround, publishers can upload a zip of a folder and upload it as a file._
|
||||
|
||||
---
|
||||
|
||||
### Azure storage
|
||||
|
||||
Azure provides variety of options to host data along with multiple configuration options. Publishers are required to do their own research and decide what would be the right choice for them. The below steps provides one of the possible ways to host data using Azure storage and publish it on Ocean Marketplace.
|
||||
|
||||
#### Prerequisite
|
||||
|
||||
Create an account on [Azure](https://azure.microsoft.com/en-us/). Users might also be asked to provide payment details, billing address which is out of scope of this tutorial.
|
||||
|
||||
#### Step 1: Create a storage account
|
||||
|
||||
##### Go to Azure portal
|
||||
|
||||
Go to the Azure portal: https://portal.azure.com/#home and select `Storage accounts` as shown in the below image.
|
||||
|
||||

|
||||
|
||||
##### Create a new storage account
|
||||
|
||||

|
||||
|
||||
##### Fill the details
|
||||
|
||||

|
||||
|
||||
##### Storage account created
|
||||
|
||||

|
||||
|
||||
#### Step 2: Create a blob container
|
||||
|
||||

|
||||
|
||||
#### Step 3: Create a upload a file
|
||||
|
||||

|
||||
|
||||
#### Step 4: Share the file
|
||||
|
||||
##### Select the file to be published and click Generate SAS
|
||||
|
||||

|
||||
|
||||
##### Configure the SAS details and click `Generate SAS token and URL`
|
||||
|
||||

|
||||
|
||||
##### Copy the generated link
|
||||
|
||||

|
||||
|
||||
#### Step 5: Enter the downloadable link in publish page.
|
||||
|
||||
Now, copy and paste the link in the Publish page in the Ocean Marketplace.
|
||||
|
||||

|
||||
|