Skip to content

Commit 0a9aaa9

Browse files
committed
Merge branch 'main' into develop
Because PR #5800 got merged into main unintentionally This will be followed by a normal release
2 parents 0b1192a + 700ba44 commit 0a9aaa9

File tree

6 files changed

+5
-74
lines changed

6 files changed

+5
-74
lines changed

product_docs/docs/biganimal/release/getting_started/02_azure_market_setup.mdx

Lines changed: 0 additions & 61 deletions
This file was deleted.

product_docs/docs/biganimal/release/getting_started/identity_provider/index.mdx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@ description: Describes identity provider setup options
66

77
After signing in for the first time with your EDB account, you can either use the BigAnimal portal as your identity provider or set up your own.
88

9-
!!! Note
10-
If you purchased through Azure Marketplace, BigAnimal authenticates users using Azure Active Directory (AD) and you don't have to complete these steps. Azure AD is linked during subscription. Also, you can still invite users that have an EDB account through the BigAnimal portal.
11-
129
When using your own identity provider, you add users to BigAnimal by adding them to the designated group in your identity provider. Once you've logged into BigAnimal using your own identity provider, you can set up your cloud service provider in the BigAnimal portal to complete onboarding.
1310

1411
If you're using the BigAnimal portal as your identity provider, you can also invite users that have an EDB account by selecting **Invite New User** on the Users page. After providing their EDB account email and their role, you can send them an invitation link. Ensure the user accepts the invitation within 48 hours, or you'll have to send a new invitation.

product_docs/docs/biganimal/release/planning/deployment_options/deploying_azure.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ title: Deploying with Azure
55
To use Azure as your cloud account:
66

77
- Sign in for the first time with your EDB account, and then either use the BigAnimal portal as your identity provider or [set up your own provider](/biganimal/latest/getting_started/identity_provider/) afterward.
8-
- [Connect your Azure Marketplace account](/biganimal/latest/getting_started/02_azure_market_setup/) to BigAnimal.
8+
- [Connect your Azure subscription](/biganimal/latest/getting_started/02_connecting_to_your_cloud/connecting_azure/) to BigAnimal.
99
- Check the readiness of [your Azure subscription](/biganimal/latest/getting_started/preparing_cloud_account/01_preparing_azure/) before deploying.
1010
- [Connect your Azure cloud](/biganimal/latest/getting_started/02_connecting_to_your_cloud/connecting_azure/) to BigAnimal.
1111
- [Connect to BigAnimal](/biganimal/latest/using_cluster/02_connecting_your_cluster/01_connecting_from_azure/) from your application's virtual network in Azure.

product_docs/docs/biganimal/release/pricing_and_billing/index.mdx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,3 @@ BigAnimal charges the credit card for your [EDB account](https://www.enterprised
135135
If you're using BigAnimal's cloud account, you're invoiced monthly, or you can arrange for a longer term.
136136

137137
If you're using your Microsoft Azure or AWS account, usage details are included in your invoice. Account owners can download a usage report in CSV format from the BigAnimal Usage page. You can set the time frame, database type, and cloud provider prior to downloading the report. The information on the page refreshes hourly.
138-
139-
### Azure Marketplace
140-
If you're using Microsoft Azure Marketplace, all billing is handled directly by Microsoft Azure. This includes infrastructure costs as well as database costs. For database costs, Microsoft bills on actual hours in a given month. You can view invoices and usage on the Microsoft Azure Portal billing page. [Learn more](https://docs.microsoft.com/en-us/azure/cost-management-billing/).
141-

product_docs/docs/biganimal/release/using_cluster/01_postgres_access/index.mdx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ You control access to your Postgres database using database authentication imple
77
For information on portal authentication, see:
88

99
- [Setting up your identity provider](/biganimal/latest/getting_started/identity_provider/) if you purchased BigAnimal directly from EDB
10-
- [Setting up your Azure Marketplace account](/biganimal/latest/getting_started/02_azure_market_setup/) if you purchased BigAnimal through Azure Marketplace
1110

1211
## Setting up your database authentication
1312
Don't use the edb_admin database role and edb_admin database created when creating your cluster in your application. Instead, create a new database role and a new database, which provides a high level of isolation in Postgres. If multiple applications are using the same cluster, each database can also contain multiple schemas, essentially a namespace in the database. If you need strict isolation, use a dedicated cluster or dedicated database. If you don't need that strict isolation level, you can deploy a single database with multiple schemas. See [Privileges](https://www.postgresql.org/docs/current/ddl-priv.html) in the PostgreSQL documentation to further customize ownership and roles to your requirements.

product_docs/docs/biganimal/release/using_cluster/fault_injection_testing/index.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ the availability and recovery of the cluster.
1212

1313
Before using fault injection testing, ensure you meet the following requirements:
1414

15-
- You've connected your BigAnimal cloud account with your Azure subscription. See [Setting up your Azure Marketplace account](/biganimal/latest/getting_started/02_azure_market_setup/) for more information.
16-
- You have permissions in your Azure subscription to view and delete VMs and also the ability to view Kubernetes pods via Azure Kubernetes Service RBAC Reader.
17-
- You have PGD CLI installed. See [Installing PGD CLI](/pgd/latest/cli/installing/) for more information.
18-
- You've created a `pgd-cli-config.yml` file in your home directory. See [Configuring PGD CLI](/pgd/latest/cli/configuring_cli/) for more information.
15+
+ You've connected your BigAnimal cloud account with your Azure subscription. See [Connecting your Azure cloud](/biganimal/latest/getting_started/02_connecting_to_your_cloud/connecting_azure/) for more information.
16+
+ You have permissions in your Azure subscription to view and delete VMs and also the ability to view Kubernetes pods via Azure Kubernetes Service RBAC Reader.
17+
+ You have PGD CLI installed. See [Installing PGD CLI](/pgd/latest/cli/installing_cli/#) for more information.
18+
+ You've created a `pgd-cli-config.yml` file in your home directory. See [Configuring PGD CLI](/pgd/latest/cli/configuring_cli/) for more information.
1919

2020
## Fault injection testing steps
2121

0 commit comments

Comments
 (0)