ꋬꋪꋖꌈꋪꁲꌚ ꂟꋪꌈꂵꌚꋖꁲ

Results 5 issues of ꋬꋪꋖꌈꋪꁲꌚ ꂟꋪꌈꂵꌚꋖꁲ

When onboarding Cloud Shell with VNET isolation the user's experience could be improved by clarifying the documentation for advanced scenario and relaxing some requirements: - Expand the documentation at https://docs.microsoft.com/en-us/azure/cloud-shell/private-vnet...

Area-documentation
Iteration-Backlog

Table: sys.objects Column name: type - [ ] IT = Internal table - [ ] S = System base table - [x] IF = SQL inline table-valued function - [x]...

``` CREATE TABLE [HumanResources].[Employee]( [BusinessEntityID] [int] NOT NULL, [NationalIDNumber] [nvarchar](15) NOT NULL, [LoginID] [nvarchar](256) NOT NULL, [OrganizationNode] [hierarchyid] NULL, [OrganizationLevel] AS ([OrganizationNode].[GetLevel]()), [JobTitle] [nvarchar](50) NOT NULL, [BirthDate] [date] NOT NULL,...

Applies to: SQL Server 2016, Azure SQL Database, Azure SQL Data Warehouse, Parallel Data Warehouse. sys.objects.type = 'ET'

**Describe the bug** Translation doesn't work - e.g. in case of translation `title={t("cards.documentation.title")}` it shows `cards.documentation.title` on the web page. I guess the same issue is described in discusion #99,...

bug