Lab 8-Integrate SQL solutions with Azure services- Need improvement in instructions

未关闭 适合新手
#12 2 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看

还没有人认领这个 Issue。

评估

难度
2/5
预计耗时
1-3 小时
新手友好度
62/100
Issue 类型
文档
描述清晰度
基本清楚
活跃度
冷清
技术栈
azure, sql

调研方向

找到 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

贡献指南

打开贡献指南

从这里开始

  1. 先读完整个 Issue,再读项目的贡献指南。
  2. 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
  3. Fork 仓库,在一个分支上完成修改。
  4. 提交 Pull Request,并在描述里引用这个 Issue 编号。

MicrosoftLearning/mslearn-sql-developer 的其他 Issue

查看 MicrosoftLearning/mslearn-sql-developer 的全部 Issue

相似的 Issue

更多 Cloud Issue

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。