Skip to content

Commit 7b74d4f

Browse files
authored
Merge pull request #57841 from JYOTHIRMAISURI/master
updates to SQL manaul configuration
2 parents e8a061a + 505bdf1 commit 7b74d4f

File tree

1 file changed

+10
-8
lines changed

1 file changed

+10
-8
lines changed

articles/backup/backup-azure-microsoft-azure-backup.md

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -164,18 +164,20 @@ Once the extraction process complete, check the box to launch the freshly extrac
164164
165165
**Manual configuration**
166166

167-
> [!IMPORTANT]
167+
When you use your own instance of SQL, make sure you add builtin\Administrators to sysadmin role to master DB.
168168

169-
> When you manually configure MABS, after configuration, ensure that *IsInitialized* property of SSRS is set to *True*. When this is set to True, MABS assumes that SSRS is already configured and will skip the SSRS configuration.
169+
**SSRS Configuration with SQL**
170170

171-
> Use the following values for SSRS configuration:
171+
When you are using own instance of SQL 2017, you need to manually configure SSRS. After SSRS configuration, ensure that *IsInitialized* property of SSRS is set to *True*. When this is set to True, MABS assumes that SSRS is already configured and will skip the SSRS configuration.
172172

173-
>- Service Account: ‘Use built-in account’ should be Network Service
174-
>- Web Service URL: ‘Virtual Directory’ should be ReportServer_MSDPMINSTANCE
175-
> - Database: DatabaseName should be ReportServer$MSDPMINSTANCE
176-
> - Web Portal URL: ‘Virtual Directory’ should be Reports_MSDPMINSTANCE
173+
Use the following values for SSRS configuration:
177174

178-
> [Learn more](https://docs.microsoft.com/sql/reporting-services/report-server/configure-and-administer-a-report-server-ssrs-native-mode?view=sql-server-2017) about SSRS configuration.
175+
- Service Account: ‘Use built-in account’ should be Network Service
176+
- Web Service URL: ‘Virtual Directory’ should be ReportServer_<SQLInstanceName>
177+
- Database: DatabaseName should be ReportServer$<SQLInstanceName>
178+
- Web Portal URL: ‘Virtual Directory’ should be Reports_<SQLInstanceName>
179+
180+
[Learn more](https://docs.microsoft.com/sql/reporting-services/report-server/configure-and-administer-a-report-server-ssrs-native-mode?view=sql-server-2017) about SSRS configuration.
179181

180182
4. Provide a location for the installation of Microsoft Azure Backup server files and click **Next**.
181183

0 commit comments

Comments
 (0)