Lab 8-Integrate SQL solutions with Azure services- Need improvement in instructions
还没有人认领这个 Issue。
评估
- 难度
- 2/5
- 预计耗时
- 1-3 小时
- 新手友好度
- 62/100
- Issue 类型
- 文档
- 描述清晰度
- 基本清楚
- 活跃度
- 冷清
- 技术栈
- azure, sql
- 领域
- cloud, databases, documentation
调研方向
找到 Lab 8 的说明,并检查开头的数据库设置以及“Test locally”任务,尤其是用于 SQL 身份验证的 Option B。更新实验,使其涵盖 Azure SQL Database 的创建,并使用经过测试的连接字符串示例;当两条说明路径都清晰且与 Skillable 环境一致时,即视为完成。
由索引模型根据 Issue 内容生成。
描述
Lab 8- Integrate SQL solutions with Azure services
Issue 1- Lab start with Database creation by connecting Azure SQL database to SSMS/VS Code/SQL server.
But there is now step to create the SQL DB in Azure like other labs.
May me due to that there is no Azure subscription in Skillable platform.
Please add Azure SQL Database createtion task at the start.
Issue 2 - Under task- Test locally
Option B: SQL authentication
Shell | Command
PowerShell | $env:DATABASE_CONNECTION_STRING="Server=your-server.database.windows.net;Database=ProductCatalog;User Id=your-user;Password=your-password;TrustServerCertificate=true"
This gives error - else use the "connection string" as below- tested and worked well
PowerShell | $env:DATABASE_CONNECTION_STRING="Server=tcp:.database.windows.net,1433;Initial Catalog=;Persist Security Info=False;User ID=;Password={your_password};MultipleActiveResultSets=False;Encrypt=True;TrustServerCertificate=False;Connection Timeout=30;"
- 主要语言
- TSQL
- 星标
- 23
- 派生
- 34
- PR 合并指标
- 30 天内没有已合并 PR
贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
MicrosoftLearning/mslearn-sql-developer 的其他 Issue
-
难度 2/5 1-3 小时 新手友好度 65/100
-
难度 2/5 1-3 小时 新手友好度 72/100
查看 MicrosoftLearning/mslearn-sql-developer 的全部 Issue
相似的 Issue
-
难度 2/5 1-3 小时 新手友好度 88/100
-
bug
难度 2/5 1-3 小时 新手友好度 88/100
-
难度 2/5 1-3 小时 新手友好度 84/100
-
level/task module/gcp type/bug
难度 2/5 1-3 小时 新手友好度 85/100
-
bug needs-triage service/elbv2
难度 2/5 1-3 小时 新手友好度 82/100
hashicorp/terraform-provider-aws#50100 · 1 条评论 ·